Shades of Turquoise Blue #62CBE5
Tints of Turquoise Blue #62CBE5
RGB
CMYK
RGB Variations
Color information
#62CBE5 (or 0x62CBE5) is known color: Turquoise Blue. HEX triplet: 62, CB and E5. RGB value is (98,203,229). Sum of RGB (Red+Green+Blue) = 98+203+229=530 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.49% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #62CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CBE5 is #9D341A. Grayscale: #AEAEAE. Windows color (decimal): -10302491 or 15059810. OLE color: 15059810.
HSL color Cylindrical-coordinate representation of color #62CBE5: hue angle of 191.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CBE5 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 203 | 229 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.10 |
| HSL | 191.91º | 0.72% | 0.64% | - |
| HSV(B) | 191.91º | 0.57% | 0.9% | - |
| XYZ | 40.54 | 50.97 | 81.83 | - |
| YUV | 174.57 | 158.71 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 229 | 0.57 | 0.11 | 0 | 0.10 | 191.91 | 0.72 | 0.64 |
| Hex | 62 | CB | E5 | 39 | B | 0 | A | C0 | 48 | 40 |
| Octal | 142 | 313 | 345 | 71 | 13 | 0 | 12 | 300 | 110 | 100 |
| Binary | 1100010 | 11001011 | 11100101 | 111001 | 1011 | 0 | 1010 | 11000000 | 1001000 | 1000000 |
Color Harmonies of #62CBE5
Complementary color
Monochromatic Colors of #62CBE5
Black with #62CBE5
Text Example
Text Example
White with #62CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CBE5; }
p { color: rgb(98,203,229); }
H1.HeaderClassName
{
color: #62CBE5;
}
.AnyTagClassName
{
color: #62CBE5;
}
</style>
background-color css
<style>
a { background-color: #62CBE5; }
a { background-color: rgb(98,203,229); }
div.DivClassName
{
background-color: #62CBE5;
}
.BgClassName
{
background-color: #62CBE5;
}
</style>
border-color css
<style>
span { border-color: #62CBE5; }
span { border-color: rgb(98,203,229); }
td.TdClassName
{
border-color: #62CBE5;
}
.TagClassName
{
border-color: #62CBE5;
}
</style>