#3FF2C8

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

Shades of Turquoise #3FF2C8

Tints of Turquoise #3FF2C8

Color information

#3FF2C8 (or 0x3FF2C8) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and C8. RGB value is (63,242,200). Sum of RGB (Red+Green+Blue) = 63+242+200=505 (66% of max value = 765). Red value is 63 (25% from 255 or 12.48% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2C8 is #C00D37. Grayscale: #B7B7B7. Windows color (decimal): -12586296 or 13169215. OLE color: 13169215.

HSL color Cylindrical-coordinate representation of color #3FF2C8: hue angle of 165.92º 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 #3FF2C8 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB63242200-
CMYK0.7400.170.05
HSL165.92º87.32%59.8%-
HSV(B)165.92º73.97%94.9%-
XYZ44.2368.7365.58-
YUV183.69137.241.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.48%
GREEN value IS 242 (94.92% from 255) = 47.92%
BLUE value IS 200 (78.52% from 255) = 39.60%
R=12.48%
G=47.92%
B=39.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632422000.7400.170.05165.9287.3259.8
Hex3FF2C84A0115a6573c
Octal77362310112021524612774
Binary11111111110010110010001001010010001101101001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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