Shades of Turquoise #42DFEF
Tints of Turquoise #42DFEF
RGB
CMYK
RGB Variations
Color information
#42DFEF (or 0x42DFEF) is known color: Turquoise. HEX triplet: 42, DF and EF. RGB value is (66,223,239). Sum of RGB (Red+Green+Blue) = 66+223+239=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #42DFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFEF is #BD2010. Grayscale: #B1B1B1. Windows color (decimal): -12394513 or 15720258. OLE color: 15720258.
HSL color Cylindrical-coordinate representation of color #42DFEF: hue angle of 185.55º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DFEF is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 223 | 239 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.06 |
| HSL | 185.55º | 0.84% | 0.6% | - |
| HSV(B) | 185.55º | 0.72% | 0.94% | - |
| XYZ | 44.21 | 60.17 | 90.94 | - |
| YUV | 177.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 239 | 0.72 | 0.07 | 0 | 0.06 | 185.55 | 0.84 | 0.6 |
| Hex | 42 | DF | EF | 48 | 7 | 0 | 6 | BA | 54 | 3C |
| Octal | 102 | 337 | 357 | 110 | 7 | 0 | 6 | 272 | 124 | 74 |
| Binary | 1000010 | 11011111 | 11101111 | 1001000 | 111 | 0 | 110 | 10111010 | 1010100 | 111100 |
Color Harmonies of #42DFEF
Complementary color
Monochromatic Colors of #42DFEF
Black with #42DFEF
Text Example
Text Example
White with #42DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFEF; }
p { color: rgb(66,223,239); }
H1.HeaderClassName
{
color: #42DFEF;
}
.AnyTagClassName
{
color: #42DFEF;
}
</style>
background-color css
<style>
a { background-color: #42DFEF; }
a { background-color: rgb(66,223,239); }
div.DivClassName
{
background-color: #42DFEF;
}
.BgClassName
{
background-color: #42DFEF;
}
</style>
border-color css
<style>
span { border-color: #42DFEF; }
span { border-color: rgb(66,223,239); }
td.TdClassName
{
border-color: #42DFEF;
}
.TagClassName
{
border-color: #42DFEF;
}
</style>