Shades of Turquoise #42FBDF
Tints of Turquoise #42FBDF
RGB
CMYK
RGB Variations
Color information
#42FBDF (or 0x42FBDF) is known color: Turquoise. HEX triplet: 42, FB and DF. RGB value is (66,251,223). Sum of RGB (Red+Green+Blue) = 66+251+223=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBDF is #BD0420. Grayscale: #C0C0C0. Windows color (decimal): -12387361 or 14678850. OLE color: 14678850.
HSL color Cylindrical-coordinate representation of color #42FBDF: hue angle of 170.92º 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 #42FBDF is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 223 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.02 |
| HSL | 170.92º | 0.96% | 0.62% | - |
| HSV(B) | 170.92º | 0.74% | 0.98% | - |
| XYZ | 50.06 | 75.48 | 81.74 | - |
| YUV | 192.49 | 145.21 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 223 | 0.74 | 0 | 0.11 | 0.02 | 170.92 | 0.96 | 0.62 |
| Hex | 42 | FB | DF | 4A | 0 | B | 2 | AB | 60 | 3E |
| Octal | 102 | 373 | 337 | 112 | 0 | 13 | 2 | 253 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11011111 | 1001010 | 0 | 1011 | 10 | 10101011 | 1100000 | 111110 |
Color Harmonies of #42FBDF
Complementary color
Monochromatic Colors of #42FBDF
Black with #42FBDF
Text Example
Text Example
White with #42FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBDF; }
p { color: rgb(66,251,223); }
H1.HeaderClassName
{
color: #42FBDF;
}
.AnyTagClassName
{
color: #42FBDF;
}
</style>
background-color css
<style>
a { background-color: #42FBDF; }
a { background-color: rgb(66,251,223); }
div.DivClassName
{
background-color: #42FBDF;
}
.BgClassName
{
background-color: #42FBDF;
}
</style>
border-color css
<style>
span { border-color: #42FBDF; }
span { border-color: rgb(66,251,223); }
td.TdClassName
{
border-color: #42FBDF;
}
.TagClassName
{
border-color: #42FBDF;
}
</style>