Shades of Turquoise Blue #62CFF3
Tints of Turquoise Blue #62CFF3
RGB
CMYK
RGB Variations
Color information
#62CFF3 (or 0x62CFF3) is known color: Turquoise Blue. HEX triplet: 62, CF and F3. RGB value is (98,207,243). Sum of RGB (Red+Green+Blue) = 98+207+243=548 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.88% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #62CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFF3 is #9D300C. Grayscale: #B2B2B2. Windows color (decimal): -10301453 or 15978338. OLE color: 15978338.
HSL color Cylindrical-coordinate representation of color #62CFF3: hue angle of 194.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62CFF3 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 207 | 243 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.05 |
| HSL | 194.9º | 0.86% | 0.67% | - |
| HSV(B) | 194.9º | 0.6% | 0.95% | - |
| XYZ | 43.53 | 53.69 | 92.86 | - |
| YUV | 178.51 | 164.39 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 243 | 0.60 | 0.15 | 0 | 0.05 | 194.9 | 0.86 | 0.67 |
| Hex | 62 | CF | F3 | 3C | F | 0 | 5 | C3 | 56 | 43 |
| Octal | 142 | 317 | 363 | 74 | 17 | 0 | 5 | 303 | 126 | 103 |
| Binary | 1100010 | 11001111 | 11110011 | 111100 | 1111 | 0 | 101 | 11000011 | 1010110 | 1000011 |
Color Harmonies of #62CFF3
Complementary color
Monochromatic Colors of #62CFF3
Black with #62CFF3
Text Example
Text Example
White with #62CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFF3; }
p { color: rgb(98,207,243); }
H1.HeaderClassName
{
color: #62CFF3;
}
.AnyTagClassName
{
color: #62CFF3;
}
</style>
background-color css
<style>
a { background-color: #62CFF3; }
a { background-color: rgb(98,207,243); }
div.DivClassName
{
background-color: #62CFF3;
}
.BgClassName
{
background-color: #62CFF3;
}
</style>
border-color css
<style>
span { border-color: #62CFF3; }
span { border-color: rgb(98,207,243); }
td.TdClassName
{
border-color: #62CFF3;
}
.TagClassName
{
border-color: #62CFF3;
}
</style>