#3FF0CA

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

Shades of Turquoise #3FF0CA

Tints of Turquoise #3FF0CA

Color information

#3FF0CA (or 0x3FF0CA) is unknown color: approx Turquoise. HEX triplet: 3F, F0 and CA. RGB value is (63,240,202). Sum of RGB (Red+Green+Blue) = 63+240+202=505 (66% of max value = 765). Red value is 63 (25% from 255 or 12.48% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0CA is #C00F35. Grayscale: #B6B6B6. Windows color (decimal): -12586806 or 13299775. OLE color: 13299775.

HSL color Cylindrical-coordinate representation of color #3FF0CA: hue angle of 167.12º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0CA is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB63240202-
CMYK0.7400.160.06
HSL167.12º85.51%59.41%-
HSV(B)167.12º73.75%94.12%-
XYZ43.8767.6466.62-
YUV182.74138.8642.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.48%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 202 (79.30% from 255) = 40%
R=12.48%
G=47.52%
B=40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal632402020.7400.160.06167.1285.5159.41
Hex3FF0CA4A0106a7563b
Octal77360312112020624712673
Binary11111111110000110010101001010010000110101001111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,240,202); }

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

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

 a { background-color: rgb(63,240,202); }

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

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

 span { border-color: rgb(63,240,202); }

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