#3FECC4

Color #3FECC4 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3FECC4

Tints of Turquoise #3FECC4

Color information

#3FECC4 (or 0x3FECC4) is unknown color: approx Turquoise. HEX triplet: 3F, EC and C4. RGB value is (63,236,196). Sum of RGB (Red+Green+Blue) = 63+236+196=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECC4 is #C0133B. Grayscale: #B3B3B3. Windows color (decimal): -12587836 or 12905535. OLE color: 12905535.

HSL color Cylindrical-coordinate representation of color #3FECC4: hue angle of 166.13º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECC4 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB63236196-
CMYK0.7300.170.07
HSL166.13º81.99%58.63%-
HSV(B)166.13º73.31%92.55%-
XYZ42.0165.0362.56-
YUV179.71137.1944.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 12.73%
GREEN value IS 236 (92.58% from 255) = 47.68%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=12.73%
G=47.68%
B=39.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal632361960.7300.170.07166.1381.9958.63
Hex3FECC4490117a6523b
Octal77354304111021724612273
Binary11111111101100110001001001001010001111101001101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FECC4; }

 p { color: rgb(63,236,196); }

 H1.HeaderClassName
 {
   color: #3FECC4;
 }
 .AnyTagClassName
 {
   color: #3FECC4;
 }
</style>
background-color css

<style>
 a { background-color: #3FECC4; }

 a { background-color: rgb(63,236,196); }

 div.DivClassName
 {
   background-color: #3FECC4;
 }
 .BgClassName
 {
   background-color: #3FECC4;
 }
</style>
border-color css

<style>
 span { border-color: #3FECC4; }

 span { border-color: rgb(63,236,196); }

 td.TdClassName
 {
   border-color: #3FECC4;
 }
 .TagClassName
 {
   border-color: #3FECC4;
 }
</style>