Shades of Turquoise #42FBCB
Tints of Turquoise #42FBCB
RGB
CMYK
RGB Variations
Color information
#42FBCB (or 0x42FBCB) is known color: Turquoise. HEX triplet: 42, FB and CB. RGB value is (66,251,203). Sum of RGB (Red+Green+Blue) = 66+251+203=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBCB is #BD0434. Grayscale: #BEBEBE. Windows color (decimal): -12387381 or 13368130. OLE color: 13368130.
HSL color Cylindrical-coordinate representation of color #42FBCB: hue angle of 164.43º 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 #42FBCB is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 203 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.02 |
| HSL | 164.43º | 0.96% | 0.62% | - |
| HSV(B) | 164.43º | 0.74% | 0.98% | - |
| XYZ | 47.52 | 74.46 | 68.37 | - |
| YUV | 190.21 | 135.21 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 203 | 0.74 | 0 | 0.19 | 0.02 | 164.43 | 0.96 | 0.62 |
| Hex | 42 | FB | CB | 4A | 0 | 13 | 2 | A4 | 60 | 3E |
| Octal | 102 | 373 | 313 | 112 | 0 | 23 | 2 | 244 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11001011 | 1001010 | 0 | 10011 | 10 | 10100100 | 1100000 | 111110 |
Color Harmonies of #42FBCB
Complementary color
Monochromatic Colors of #42FBCB
Black with #42FBCB
Text Example
Text Example
White with #42FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBCB; }
p { color: rgb(66,251,203); }
H1.HeaderClassName
{
color: #42FBCB;
}
.AnyTagClassName
{
color: #42FBCB;
}
</style>
background-color css
<style>
a { background-color: #42FBCB; }
a { background-color: rgb(66,251,203); }
div.DivClassName
{
background-color: #42FBCB;
}
.BgClassName
{
background-color: #42FBCB;
}
</style>
border-color css
<style>
span { border-color: #42FBCB; }
span { border-color: rgb(66,251,203); }
td.TdClassName
{
border-color: #42FBCB;
}
.TagClassName
{
border-color: #42FBCB;
}
</style>