Shades of Medium Turquoise #42CEDA
Tints of Medium Turquoise #42CEDA
RGB
CMYK
RGB Variations
Color information
#42CEDA (or 0x42CEDA) is known color: Medium Turquoise. HEX triplet: 42, CE and DA. RGB value is (66,206,218). Sum of RGB (Red+Green+Blue) = 66+206+218=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #42CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEDA is #BD3125. Grayscale: #A5A5A5. Windows color (decimal): -12398886 or 14339650. OLE color: 14339650.
HSL color Cylindrical-coordinate representation of color #42CEDA: hue angle of 184.74º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CEDA is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 206 | 218 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.15 |
| HSL | 184.74º | 0.67% | 0.56% | - |
| HSV(B) | 184.74º | 0.7% | 0.85% | - |
| XYZ | 36.97 | 50.36 | 74.1 | - |
| YUV | 165.51 | 157.62 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 218 | 0.70 | 0.06 | 0 | 0.15 | 184.74 | 0.67 | 0.56 |
| Hex | 42 | CE | DA | 46 | 6 | 0 | F | B9 | 43 | 38 |
| Octal | 102 | 316 | 332 | 106 | 6 | 0 | 17 | 271 | 103 | 70 |
| Binary | 1000010 | 11001110 | 11011010 | 1000110 | 110 | 0 | 1111 | 10111001 | 1000011 | 111000 |
Color Harmonies of #42CEDA
Complementary color
Monochromatic Colors of #42CEDA
Black with #42CEDA
Text Example
Text Example
White with #42CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEDA; }
p { color: rgb(66,206,218); }
H1.HeaderClassName
{
color: #42CEDA;
}
.AnyTagClassName
{
color: #42CEDA;
}
</style>
background-color css
<style>
a { background-color: #42CEDA; }
a { background-color: rgb(66,206,218); }
div.DivClassName
{
background-color: #42CEDA;
}
.BgClassName
{
background-color: #42CEDA;
}
</style>
border-color css
<style>
span { border-color: #42CEDA; }
span { border-color: rgb(66,206,218); }
td.TdClassName
{
border-color: #42CEDA;
}
.TagClassName
{
border-color: #42CEDA;
}
</style>