Shades of Turquoise Blue #66CDF0
Tints of Turquoise Blue #66CDF0
RGB
CMYK
RGB Variations
Color information
#66CDF0 (or 0x66CDF0) is known color: Turquoise Blue. HEX triplet: 66, CD and F0. RGB value is (102,205,240). Sum of RGB (Red+Green+Blue) = 102+205+240=547 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.65% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #66CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CDF0 is #99320F. Grayscale: #B1B1B1. Windows color (decimal): -10039824 or 15781222. OLE color: 15781222.
HSL color Cylindrical-coordinate representation of color #66CDF0: hue angle of 195.22º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66CDF0 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 205 | 240 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.06 |
| HSL | 195.22º | 0.82% | 0.67% | - |
| HSV(B) | 195.22º | 0.58% | 0.94% | - |
| XYZ | 43.04 | 52.78 | 90.36 | - |
| YUV | 178.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 240 | 0.58 | 0.15 | 0 | 0.06 | 195.22 | 0.82 | 0.67 |
| Hex | 66 | CD | F0 | 3A | F | 0 | 6 | C3 | 52 | 43 |
| Octal | 146 | 315 | 360 | 72 | 17 | 0 | 6 | 303 | 122 | 103 |
| Binary | 1100110 | 11001101 | 11110000 | 111010 | 1111 | 0 | 110 | 11000011 | 1010010 | 1000011 |
Color Harmonies of #66CDF0
Complementary color
Monochromatic Colors of #66CDF0
Black with #66CDF0
Text Example
Text Example
White with #66CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDF0; }
p { color: rgb(102,205,240); }
H1.HeaderClassName
{
color: #66CDF0;
}
.AnyTagClassName
{
color: #66CDF0;
}
</style>
background-color css
<style>
a { background-color: #66CDF0; }
a { background-color: rgb(102,205,240); }
div.DivClassName
{
background-color: #66CDF0;
}
.BgClassName
{
background-color: #66CDF0;
}
</style>
border-color css
<style>
span { border-color: #66CDF0; }
span { border-color: rgb(102,205,240); }
td.TdClassName
{
border-color: #66CDF0;
}
.TagClassName
{
border-color: #66CDF0;
}
</style>