Shades of Turquoise #42FEDF
Tints of Turquoise #42FEDF
RGB
CMYK
RGB Variations
Color information
#42FEDF (or 0x42FEDF) is known color: Turquoise. HEX triplet: 42, FE and DF. RGB value is (66,254,223). Sum of RGB (Red+Green+Blue) = 66+254+223=543 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.15% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEDF is #BD0120. Grayscale: #C2C2C2. Windows color (decimal): -12386593 or 14679618. OLE color: 14679618.
HSL color Cylindrical-coordinate representation of color #42FEDF: hue angle of 170.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FEDF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 223 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.00 |
| HSL | 170.11º | 0.99% | 0.63% | - |
| HSV(B) | 170.11º | 0.74% | 1% | - |
| XYZ | 51.01 | 77.37 | 82.06 | - |
| YUV | 194.25 | 144.22 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 223 | 0.74 | 0 | 0.12 | 0.00 | 170.11 | 0.99 | 0.63 |
| Hex | 42 | FE | DF | 4A | 0 | C | 0 | AA | 63 | 3F |
| Octal | 102 | 376 | 337 | 112 | 0 | 14 | 0 | 252 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11011111 | 1001010 | 0 | 1100 | 0 | 10101010 | 1100011 | 111111 |
Color Harmonies of #42FEDF
Complementary color
Monochromatic Colors of #42FEDF
Black with #42FEDF
Text Example
Text Example
White with #42FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEDF; }
p { color: rgb(66,254,223); }
H1.HeaderClassName
{
color: #42FEDF;
}
.AnyTagClassName
{
color: #42FEDF;
}
</style>
background-color css
<style>
a { background-color: #42FEDF; }
a { background-color: rgb(66,254,223); }
div.DivClassName
{
background-color: #42FEDF;
}
.BgClassName
{
background-color: #42FEDF;
}
</style>
border-color css
<style>
span { border-color: #42FEDF; }
span { border-color: rgb(66,254,223); }
td.TdClassName
{
border-color: #42FEDF;
}
.TagClassName
{
border-color: #42FEDF;
}
</style>