Shades of Turquoise Blue #62CFDB
Tints of Turquoise Blue #62CFDB
RGB
CMYK
RGB Variations
Color information
#62CFDB (or 0x62CFDB) is known color: Turquoise Blue. HEX triplet: 62, CF and DB. RGB value is (98,207,219). Sum of RGB (Red+Green+Blue) = 98+207+219=524 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.70% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #62CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFDB is #9D3024. Grayscale: #AFAFAF. Windows color (decimal): -10301477 or 14405474. OLE color: 14405474.
HSL color Cylindrical-coordinate representation of color #62CFDB: hue angle of 185.95º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62CFDB is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 207 | 219 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.14 |
| HSL | 185.95º | 0.63% | 0.62% | - |
| HSV(B) | 185.95º | 0.55% | 0.86% | - |
| XYZ | 40.14 | 52.34 | 75 | - |
| YUV | 175.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 219 | 0.55 | 0.05 | 0 | 0.14 | 185.95 | 0.63 | 0.62 |
| Hex | 62 | CF | DB | 37 | 5 | 0 | E | BA | 3F | 3E |
| Octal | 142 | 317 | 333 | 67 | 5 | 0 | 16 | 272 | 77 | 76 |
| Binary | 1100010 | 11001111 | 11011011 | 110111 | 101 | 0 | 1110 | 10111010 | 111111 | 111110 |
Color Harmonies of #62CFDB
Complementary color
Monochromatic Colors of #62CFDB
Black with #62CFDB
Text Example
Text Example
White with #62CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFDB; }
p { color: rgb(98,207,219); }
H1.HeaderClassName
{
color: #62CFDB;
}
.AnyTagClassName
{
color: #62CFDB;
}
</style>
background-color css
<style>
a { background-color: #62CFDB; }
a { background-color: rgb(98,207,219); }
div.DivClassName
{
background-color: #62CFDB;
}
.BgClassName
{
background-color: #62CFDB;
}
</style>
border-color css
<style>
span { border-color: #62CFDB; }
span { border-color: rgb(98,207,219); }
td.TdClassName
{
border-color: #62CFDB;
}
.TagClassName
{
border-color: #62CFDB;
}
</style>