Shades of Turquoise #42FBED
Tints of Turquoise #42FBED
RGB
CMYK
RGB Variations
Color information
#42FBED (or 0x42FBED) is known color: Turquoise. HEX triplet: 42, FB and ED. RGB value is (66,251,237). Sum of RGB (Red+Green+Blue) = 66+251+237=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBED is #BD0412. Grayscale: #C1C1C1. Windows color (decimal): -12387347 or 15596354. OLE color: 15596354.
HSL color Cylindrical-coordinate representation of color #42FBED: hue angle of 175.46º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBED is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 237 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.02 |
| HSL | 175.46º | 0.96% | 0.62% | - |
| HSV(B) | 175.46º | 0.74% | 0.98% | - |
| XYZ | 52.03 | 76.27 | 92.1 | - |
| YUV | 194.09 | 152.21 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 237 | 0.74 | 0 | 0.06 | 0.02 | 175.46 | 0.96 | 0.62 |
| Hex | 42 | FB | ED | 4A | 0 | 6 | 2 | AF | 60 | 3E |
| Octal | 102 | 373 | 355 | 112 | 0 | 6 | 2 | 257 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11101101 | 1001010 | 0 | 110 | 10 | 10101111 | 1100000 | 111110 |
Color Harmonies of #42FBED
Complementary color
Monochromatic Colors of #42FBED
Black with #42FBED
Text Example
Text Example
White with #42FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBED; }
p { color: rgb(66,251,237); }
H1.HeaderClassName
{
color: #42FBED;
}
.AnyTagClassName
{
color: #42FBED;
}
</style>
background-color css
<style>
a { background-color: #42FBED; }
a { background-color: rgb(66,251,237); }
div.DivClassName
{
background-color: #42FBED;
}
.BgClassName
{
background-color: #42FBED;
}
</style>
border-color css
<style>
span { border-color: #42FBED; }
span { border-color: rgb(66,251,237); }
td.TdClassName
{
border-color: #42FBED;
}
.TagClassName
{
border-color: #42FBED;
}
</style>