Shades of Turquoise Blue #66CDEA
Tints of Turquoise Blue #66CDEA
RGB
CMYK
RGB Variations
Color information
#66CDEA (or 0x66CDEA) is known color: Turquoise Blue. HEX triplet: 66, CD and EA. RGB value is (102,205,234). Sum of RGB (Red+Green+Blue) = 102+205+234=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #66CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CDEA is #993215. Grayscale: #B1B1B1. Windows color (decimal): -10039830 or 15388006. OLE color: 15388006.
HSL color Cylindrical-coordinate representation of color #66CDEA: hue angle of 193.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66CDEA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 205 | 234 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.08 |
| HSL | 193.18º | 0.76% | 0.66% | - |
| HSV(B) | 193.18º | 0.56% | 0.92% | - |
| XYZ | 42.16 | 52.43 | 85.74 | - |
| YUV | 177.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 234 | 0.56 | 0.12 | 0 | 0.08 | 193.18 | 0.76 | 0.66 |
| Hex | 66 | CD | EA | 38 | C | 0 | 8 | C1 | 4C | 42 |
| Octal | 146 | 315 | 352 | 70 | 14 | 0 | 10 | 301 | 114 | 102 |
| Binary | 1100110 | 11001101 | 11101010 | 111000 | 1100 | 0 | 1000 | 11000001 | 1001100 | 1000010 |
Color Harmonies of #66CDEA
Complementary color
Monochromatic Colors of #66CDEA
Black with #66CDEA
Text Example
Text Example
White with #66CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDEA; }
p { color: rgb(102,205,234); }
H1.HeaderClassName
{
color: #66CDEA;
}
.AnyTagClassName
{
color: #66CDEA;
}
</style>
background-color css
<style>
a { background-color: #66CDEA; }
a { background-color: rgb(102,205,234); }
div.DivClassName
{
background-color: #66CDEA;
}
.BgClassName
{
background-color: #66CDEA;
}
</style>
border-color css
<style>
span { border-color: #66CDEA; }
span { border-color: rgb(102,205,234); }
td.TdClassName
{
border-color: #66CDEA;
}
.TagClassName
{
border-color: #66CDEA;
}
</style>