Shades of Turquoise #42DCEB
Tints of Turquoise #42DCEB
RGB
CMYK
RGB Variations
Color information
#42DCEB (or 0x42DCEB) is known color: Turquoise. HEX triplet: 42, DC and EB. RGB value is (66,220,235). Sum of RGB (Red+Green+Blue) = 66+220+235=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #42DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCEB is #BD2314. Grayscale: #AFAFAF. Windows color (decimal): -12395285 or 15457346. OLE color: 15457346.
HSL color Cylindrical-coordinate representation of color #42DCEB: hue angle of 185.33º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DCEB is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 220 | 235 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.08 |
| HSL | 185.33º | 0.81% | 0.59% | - |
| HSV(B) | 185.33º | 0.72% | 0.92% | - |
| XYZ | 42.84 | 58.34 | 87.6 | - |
| YUV | 175.66 | 161.48 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 235 | 0.72 | 0.06 | 0 | 0.08 | 185.33 | 0.81 | 0.59 |
| Hex | 42 | DC | EB | 48 | 6 | 0 | 8 | B9 | 51 | 3B |
| Octal | 102 | 334 | 353 | 110 | 6 | 0 | 10 | 271 | 121 | 73 |
| Binary | 1000010 | 11011100 | 11101011 | 1001000 | 110 | 0 | 1000 | 10111001 | 1010001 | 111011 |
Color Harmonies of #42DCEB
Complementary color
Monochromatic Colors of #42DCEB
Black with #42DCEB
Text Example
Text Example
White with #42DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DCEB; }
p { color: rgb(66,220,235); }
H1.HeaderClassName
{
color: #42DCEB;
}
.AnyTagClassName
{
color: #42DCEB;
}
</style>
background-color css
<style>
a { background-color: #42DCEB; }
a { background-color: rgb(66,220,235); }
div.DivClassName
{
background-color: #42DCEB;
}
.BgClassName
{
background-color: #42DCEB;
}
</style>
border-color css
<style>
span { border-color: #42DCEB; }
span { border-color: rgb(66,220,235); }
td.TdClassName
{
border-color: #42DCEB;
}
.TagClassName
{
border-color: #42DCEB;
}
</style>