Shades of Medium Turquoise #42CEDD
Tints of Medium Turquoise #42CEDD
RGB
CMYK
RGB Variations
Color information
#42CEDD (or 0x42CEDD) is known color: Medium Turquoise. HEX triplet: 42, CE and DD. RGB value is (66,206,221). Sum of RGB (Red+Green+Blue) = 66+206+221=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #42CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEDD is #BD3122. Grayscale: #A5A5A5. Windows color (decimal): -12398883 or 14536258. OLE color: 14536258.
HSL color Cylindrical-coordinate representation of color #42CEDD: hue angle of 185.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CEDD is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 206 | 221 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.13 |
| HSL | 185.81º | 0.7% | 0.56% | - |
| HSV(B) | 185.81º | 0.7% | 0.87% | - |
| XYZ | 37.37 | 50.52 | 76.19 | - |
| YUV | 165.85 | 159.12 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 221 | 0.70 | 0.07 | 0 | 0.13 | 185.81 | 0.7 | 0.56 |
| Hex | 42 | CE | DD | 46 | 7 | 0 | D | BA | 46 | 38 |
| Octal | 102 | 316 | 335 | 106 | 7 | 0 | 15 | 272 | 106 | 70 |
| Binary | 1000010 | 11001110 | 11011101 | 1000110 | 111 | 0 | 1101 | 10111010 | 1000110 | 111000 |
Color Harmonies of #42CEDD
Complementary color
Monochromatic Colors of #42CEDD
Black with #42CEDD
Text Example
Text Example
White with #42CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEDD; }
p { color: rgb(66,206,221); }
H1.HeaderClassName
{
color: #42CEDD;
}
.AnyTagClassName
{
color: #42CEDD;
}
</style>
background-color css
<style>
a { background-color: #42CEDD; }
a { background-color: rgb(66,206,221); }
div.DivClassName
{
background-color: #42CEDD;
}
.BgClassName
{
background-color: #42CEDD;
}
</style>
border-color css
<style>
span { border-color: #42CEDD; }
span { border-color: rgb(66,206,221); }
td.TdClassName
{
border-color: #42CEDD;
}
.TagClassName
{
border-color: #42CEDD;
}
</style>