Shades of Turquoise #42EDFB
Tints of Turquoise #42EDFB
RGB
CMYK
RGB Variations
Color information
#42EDFB (or 0x42EDFB) is known color: Turquoise. HEX triplet: 42, ED and FB. RGB value is (66,237,251). Sum of RGB (Red+Green+Blue) = 66+237+251=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #42EDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDFB is #BD1204. Grayscale: #BBBBBB. Windows color (decimal): -12390917 or 16510274. OLE color: 16510274.
HSL color Cylindrical-coordinate representation of color #42EDFB: hue angle of 184.54º 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 #42EDFB is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 237 | 251 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.02 |
| HSL | 184.54º | 0.96% | 0.62% | - |
| HSV(B) | 184.54º | 0.74% | 0.98% | - |
| XYZ | 49.94 | 68.69 | 101.89 | - |
| YUV | 187.47 | 163.85 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 237 | 251 | 0.74 | 0.06 | 0 | 0.02 | 184.54 | 0.96 | 0.62 |
| Hex | 42 | ED | FB | 4A | 6 | 0 | 2 | B9 | 60 | 3E |
| Octal | 102 | 355 | 373 | 112 | 6 | 0 | 2 | 271 | 140 | 76 |
| Binary | 1000010 | 11101101 | 11111011 | 1001010 | 110 | 0 | 10 | 10111001 | 1100000 | 111110 |
Color Harmonies of #42EDFB
Complementary color
Monochromatic Colors of #42EDFB
Black with #42EDFB
Text Example
Text Example
White with #42EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EDFB; }
p { color: rgb(66,237,251); }
H1.HeaderClassName
{
color: #42EDFB;
}
.AnyTagClassName
{
color: #42EDFB;
}
</style>
background-color css
<style>
a { background-color: #42EDFB; }
a { background-color: rgb(66,237,251); }
div.DivClassName
{
background-color: #42EDFB;
}
.BgClassName
{
background-color: #42EDFB;
}
</style>
border-color css
<style>
span { border-color: #42EDFB; }
span { border-color: rgb(66,237,251); }
td.TdClassName
{
border-color: #42EDFB;
}
.TagClassName
{
border-color: #42EDFB;
}
</style>