Shades of Turquoise Blue #62CFDF
Tints of Turquoise Blue #62CFDF
RGB
CMYK
RGB Variations
Color information
#62CFDF (or 0x62CFDF) is known color: Turquoise Blue. HEX triplet: 62, CF and DF. RGB value is (98,207,223). Sum of RGB (Red+Green+Blue) = 98+207+223=528 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.56% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #62CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFDF is #9D3020. Grayscale: #B0B0B0. Windows color (decimal): -10301473 or 14667618. OLE color: 14667618.
HSL color Cylindrical-coordinate representation of color #62CFDF: hue angle of 187.68º degrees, saturation: 0.66, 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 #62CFDF is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 207 | 223 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.13 |
| HSL | 187.68º | 0.66% | 0.63% | - |
| HSV(B) | 187.68º | 0.56% | 0.87% | - |
| XYZ | 40.67 | 52.55 | 77.81 | - |
| YUV | 176.23 | 154.39 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 223 | 0.56 | 0.07 | 0 | 0.13 | 187.68 | 0.66 | 0.63 |
| Hex | 62 | CF | DF | 38 | 7 | 0 | D | BC | 42 | 3F |
| Octal | 142 | 317 | 337 | 70 | 7 | 0 | 15 | 274 | 102 | 77 |
| Binary | 1100010 | 11001111 | 11011111 | 111000 | 111 | 0 | 1101 | 10111100 | 1000010 | 111111 |
Color Harmonies of #62CFDF
Complementary color
Monochromatic Colors of #62CFDF
Black with #62CFDF
Text Example
Text Example
White with #62CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFDF; }
p { color: rgb(98,207,223); }
H1.HeaderClassName
{
color: #62CFDF;
}
.AnyTagClassName
{
color: #62CFDF;
}
</style>
background-color css
<style>
a { background-color: #62CFDF; }
a { background-color: rgb(98,207,223); }
div.DivClassName
{
background-color: #62CFDF;
}
.BgClassName
{
background-color: #62CFDF;
}
</style>
border-color css
<style>
span { border-color: #62CFDF; }
span { border-color: rgb(98,207,223); }
td.TdClassName
{
border-color: #62CFDF;
}
.TagClassName
{
border-color: #62CFDF;
}
</style>