Shades of Turquoise #42F3CB
Tints of Turquoise #42F3CB
RGB
CMYK
RGB Variations
Color information
#42F3CB (or 0x42F3CB) is known color: Turquoise. HEX triplet: 42, F3 and CB. RGB value is (66,243,203). Sum of RGB (Red+Green+Blue) = 66+243+203=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3CB is #BD0C34. Grayscale: #B9B9B9. Windows color (decimal): -12389429 or 13366082. OLE color: 13366082.
HSL color Cylindrical-coordinate representation of color #42F3CB: hue angle of 166.44º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F3CB is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 203 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.05 |
| HSL | 166.44º | 0.88% | 0.61% | - |
| HSV(B) | 166.44º | 0.73% | 0.95% | - |
| XYZ | 45.08 | 69.57 | 67.55 | - |
| YUV | 185.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 203 | 0.73 | 0 | 0.16 | 0.05 | 166.44 | 0.88 | 0.61 |
| Hex | 42 | F3 | CB | 49 | 0 | 10 | 5 | A6 | 58 | 3D |
| Octal | 102 | 363 | 313 | 111 | 0 | 20 | 5 | 246 | 130 | 75 |
| Binary | 1000010 | 11110011 | 11001011 | 1001001 | 0 | 10000 | 101 | 10100110 | 1011000 | 111101 |
Color Harmonies of #42F3CB
Complementary color
Monochromatic Colors of #42F3CB
Black with #42F3CB
Text Example
Text Example
White with #42F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3CB; }
p { color: rgb(66,243,203); }
H1.HeaderClassName
{
color: #42F3CB;
}
.AnyTagClassName
{
color: #42F3CB;
}
</style>
background-color css
<style>
a { background-color: #42F3CB; }
a { background-color: rgb(66,243,203); }
div.DivClassName
{
background-color: #42F3CB;
}
.BgClassName
{
background-color: #42F3CB;
}
</style>
border-color css
<style>
span { border-color: #42F3CB; }
span { border-color: rgb(66,243,203); }
td.TdClassName
{
border-color: #42F3CB;
}
.TagClassName
{
border-color: #42F3CB;
}
</style>