Shades of Turquoise Blue #42D9FF
Tints of Turquoise Blue #42D9FF
RGB
CMYK
RGB Variations
Color information
#42D9FF (or 0x42D9FF) is known color: Turquoise Blue. HEX triplet: 42, D9 and FF. RGB value is (66,217,255). Sum of RGB (Red+Green+Blue) = 66+217+255=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #42D9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D9FF is #BD2600. Grayscale: #AFAFAF. Windows color (decimal): -12396033 or 16767298. OLE color: 16767298.
HSL color Cylindrical-coordinate representation of color #42D9FF: hue angle of 192.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D9FF is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 217 | 255 | - |
| CMYK | 0.74 | 0.15 | 0 | 0 |
| HSL | 192.06º | 1% | 0.63% | - |
| HSV(B) | 192.06º | 0.74% | 1% | - |
| XYZ | 45.11 | 58 | 103.43 | - |
| YUV | 176.18 | 172.47 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 255 | 0.74 | 0.15 | 0 | 0 | 192.06 | 1 | 0.63 |
| Hex | 42 | D9 | FF | 4A | F | 0 | 0 | C0 | 64 | 3F |
| Octal | 102 | 331 | 377 | 112 | 17 | 0 | 0 | 300 | 144 | 77 |
| Binary | 1000010 | 11011001 | 11111111 | 1001010 | 1111 | 0 | 0 | 11000000 | 1100100 | 111111 |
Color Harmonies of #42D9FF
Complementary color
Monochromatic Colors of #42D9FF
Black with #42D9FF
Text Example
Text Example
White with #42D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D9FF; }
p { color: rgb(66,217,255); }
H1.HeaderClassName
{
color: #42D9FF;
}
.AnyTagClassName
{
color: #42D9FF;
}
</style>
background-color css
<style>
a { background-color: #42D9FF; }
a { background-color: rgb(66,217,255); }
div.DivClassName
{
background-color: #42D9FF;
}
.BgClassName
{
background-color: #42D9FF;
}
</style>
border-color css
<style>
span { border-color: #42D9FF; }
span { border-color: rgb(66,217,255); }
td.TdClassName
{
border-color: #42D9FF;
}
.TagClassName
{
border-color: #42D9FF;
}
</style>