Shades of Turquoise #42FBDC
Tints of Turquoise #42FBDC
RGB
CMYK
RGB Variations
Color information
#42FBDC (or 0x42FBDC) is known color: Turquoise. HEX triplet: 42, FB and DC. RGB value is (66,251,220). Sum of RGB (Red+Green+Blue) = 66+251+220=537 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.29% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBDC is #BD0423. Grayscale: #C0C0C0. Windows color (decimal): -12387364 or 14482242. OLE color: 14482242.
HSL color Cylindrical-coordinate representation of color #42FBDC: hue angle of 169.95º 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 #42FBDC is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 220 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.02 |
| HSL | 169.95º | 0.96% | 0.62% | - |
| HSV(B) | 169.95º | 0.74% | 0.98% | - |
| XYZ | 49.66 | 75.32 | 79.63 | - |
| YUV | 192.15 | 143.71 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 220 | 0.74 | 0 | 0.12 | 0.02 | 169.95 | 0.96 | 0.62 |
| Hex | 42 | FB | DC | 4A | 0 | C | 2 | AA | 60 | 3E |
| Octal | 102 | 373 | 334 | 112 | 0 | 14 | 2 | 252 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11011100 | 1001010 | 0 | 1100 | 10 | 10101010 | 1100000 | 111110 |
Color Harmonies of #42FBDC
Complementary color
Monochromatic Colors of #42FBDC
Black with #42FBDC
Text Example
Text Example
White with #42FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBDC; }
p { color: rgb(66,251,220); }
H1.HeaderClassName
{
color: #42FBDC;
}
.AnyTagClassName
{
color: #42FBDC;
}
</style>
background-color css
<style>
a { background-color: #42FBDC; }
a { background-color: rgb(66,251,220); }
div.DivClassName
{
background-color: #42FBDC;
}
.BgClassName
{
background-color: #42FBDC;
}
</style>
border-color css
<style>
span { border-color: #42FBDC; }
span { border-color: rgb(66,251,220); }
td.TdClassName
{
border-color: #42FBDC;
}
.TagClassName
{
border-color: #42FBDC;
}
</style>