Shades of Turquoise #42FBCC
Tints of Turquoise #42FBCC
RGB
CMYK
RGB Variations
Color information
#42FBCC (or 0x42FBCC) is known color: Turquoise. HEX triplet: 42, FB and CC. RGB value is (66,251,204). Sum of RGB (Red+Green+Blue) = 66+251+204=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBCC is #BD0433. Grayscale: #BEBEBE. Windows color (decimal): -12387380 or 13433666. OLE color: 13433666.
HSL color Cylindrical-coordinate representation of color #42FBCC: hue angle of 164.76º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBCC is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 204 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.02 |
| HSL | 164.76º | 0.96% | 0.62% | - |
| HSV(B) | 164.76º | 0.74% | 0.98% | - |
| XYZ | 47.64 | 74.51 | 69 | - |
| YUV | 190.33 | 135.71 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 204 | 0.74 | 0 | 0.19 | 0.02 | 164.76 | 0.96 | 0.62 |
| Hex | 42 | FB | CC | 4A | 0 | 13 | 2 | A5 | 60 | 3E |
| Octal | 102 | 373 | 314 | 112 | 0 | 23 | 2 | 245 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11001100 | 1001010 | 0 | 10011 | 10 | 10100101 | 1100000 | 111110 |
Color Harmonies of #42FBCC
Complementary color
Monochromatic Colors of #42FBCC
Black with #42FBCC
Text Example
Text Example
White with #42FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBCC; }
p { color: rgb(66,251,204); }
H1.HeaderClassName
{
color: #42FBCC;
}
.AnyTagClassName
{
color: #42FBCC;
}
</style>
background-color css
<style>
a { background-color: #42FBCC; }
a { background-color: rgb(66,251,204); }
div.DivClassName
{
background-color: #42FBCC;
}
.BgClassName
{
background-color: #42FBCC;
}
</style>
border-color css
<style>
span { border-color: #42FBCC; }
span { border-color: rgb(66,251,204); }
td.TdClassName
{
border-color: #42FBCC;
}
.TagClassName
{
border-color: #42FBCC;
}
</style>