#3FF2CB

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

Shades of Turquoise #3FF2CB

Tints of Turquoise #3FF2CB

Color information

#3FF2CB (or 0x3FF2CB) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and CB. RGB value is (63,242,203). Sum of RGB (Red+Green+Blue) = 63+242+203=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2CB is #C00D34. Grayscale: #B8B8B8. Windows color (decimal): -12586293 or 13365823. OLE color: 13365823.

HSL color Cylindrical-coordinate representation of color #3FF2CB: hue angle of 166.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2CB is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB63242203-
CMYK0.7400.160.05
HSL166.93º87.32%59.8%-
HSV(B)166.93º73.97%94.9%-
XYZ44.5868.8767.44-
YUV184.03138.741.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.40%
GREEN value IS 242 (94.92% from 255) = 47.64%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=12.40%
G=47.64%
B=39.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632422030.7400.160.05166.9387.3259.8
Hex3FF2CB4A0105a7573c
Octal77362313112020524712774
Binary11111111110010110010111001010010000101101001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,203); }

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

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

 a { background-color: rgb(63,242,203); }

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

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

 span { border-color: rgb(63,242,203); }

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