Shades of Turquoise Blue #62CBDD
Tints of Turquoise Blue #62CBDD
RGB
CMYK
RGB Variations
Color information
#62CBDD (or 0x62CBDD) is known color: Turquoise Blue. HEX triplet: 62, CB and DD. RGB value is (98,203,221). Sum of RGB (Red+Green+Blue) = 98+203+221=522 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.77% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #62CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CBDD is #9D3422. Grayscale: #ADADAD. Windows color (decimal): -10302499 or 14535522. OLE color: 14535522.
HSL color Cylindrical-coordinate representation of color #62CBDD: hue angle of 188.78º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62CBDD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 203 | 221 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.13 |
| HSL | 188.78º | 0.64% | 0.63% | - |
| HSV(B) | 188.78º | 0.56% | 0.87% | - |
| XYZ | 39.44 | 50.53 | 76.08 | - |
| YUV | 173.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 221 | 0.56 | 0.08 | 0 | 0.13 | 188.78 | 0.64 | 0.63 |
| Hex | 62 | CB | DD | 38 | 8 | 0 | D | BD | 40 | 3F |
| Octal | 142 | 313 | 335 | 70 | 10 | 0 | 15 | 275 | 100 | 77 |
| Binary | 1100010 | 11001011 | 11011101 | 111000 | 1000 | 0 | 1101 | 10111101 | 1000000 | 111111 |
Color Harmonies of #62CBDD
Complementary color
Monochromatic Colors of #62CBDD
Black with #62CBDD
Text Example
Text Example
White with #62CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CBDD; }
p { color: rgb(98,203,221); }
H1.HeaderClassName
{
color: #62CBDD;
}
.AnyTagClassName
{
color: #62CBDD;
}
</style>
background-color css
<style>
a { background-color: #62CBDD; }
a { background-color: rgb(98,203,221); }
div.DivClassName
{
background-color: #62CBDD;
}
.BgClassName
{
background-color: #62CBDD;
}
</style>
border-color css
<style>
span { border-color: #62CBDD; }
span { border-color: rgb(98,203,221); }
td.TdClassName
{
border-color: #62CBDD;
}
.TagClassName
{
border-color: #62CBDD;
}
</style>