Shades of Turquoise #42DFED
Tints of Turquoise #42DFED
RGB
CMYK
RGB Variations
Color information
#42DFED (or 0x42DFED) is known color: Turquoise. HEX triplet: 42, DF and ED. RGB value is (66,223,237). Sum of RGB (Red+Green+Blue) = 66+223+237=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #42DFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFED is #BD2012. Grayscale: #B1B1B1. Windows color (decimal): -12394515 or 15589186. OLE color: 15589186.
HSL color Cylindrical-coordinate representation of color #42DFED: hue angle of 184.91º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DFED is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 223 | 237 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.07 |
| HSL | 184.91º | 0.83% | 0.59% | - |
| HSV(B) | 184.91º | 0.72% | 0.93% | - |
| XYZ | 43.92 | 60.05 | 89.4 | - |
| YUV | 177.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 237 | 0.72 | 0.06 | 0 | 0.07 | 184.91 | 0.83 | 0.59 |
| Hex | 42 | DF | ED | 48 | 6 | 0 | 7 | B9 | 53 | 3B |
| Octal | 102 | 337 | 355 | 110 | 6 | 0 | 7 | 271 | 123 | 73 |
| Binary | 1000010 | 11011111 | 11101101 | 1001000 | 110 | 0 | 111 | 10111001 | 1010011 | 111011 |
Color Harmonies of #42DFED
Complementary color
Monochromatic Colors of #42DFED
Black with #42DFED
Text Example
Text Example
White with #42DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFED; }
p { color: rgb(66,223,237); }
H1.HeaderClassName
{
color: #42DFED;
}
.AnyTagClassName
{
color: #42DFED;
}
</style>
background-color css
<style>
a { background-color: #42DFED; }
a { background-color: rgb(66,223,237); }
div.DivClassName
{
background-color: #42DFED;
}
.BgClassName
{
background-color: #42DFED;
}
</style>
border-color css
<style>
span { border-color: #42DFED; }
span { border-color: rgb(66,223,237); }
td.TdClassName
{
border-color: #42DFED;
}
.TagClassName
{
border-color: #42DFED;
}
</style>