Shades of Turquoise Blue #66CDF2
Tints of Turquoise Blue #66CDF2
RGB
CMYK
RGB Variations
Color information
#66CDF2 (or 0x66CDF2) is known color: Turquoise Blue. HEX triplet: 66, CD and F2. RGB value is (102,205,242). Sum of RGB (Red+Green+Blue) = 102+205+242=549 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.58% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #66CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CDF2 is #99320D. Grayscale: #B2B2B2. Windows color (decimal): -10039822 or 15912294. OLE color: 15912294.
HSL color Cylindrical-coordinate representation of color #66CDF2: hue angle of 195.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66CDF2 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 205 | 242 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.05 |
| HSL | 195.86º | 0.84% | 0.67% | - |
| HSV(B) | 195.86º | 0.58% | 0.95% | - |
| XYZ | 43.34 | 52.9 | 91.93 | - |
| YUV | 178.42 | 163.88 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 242 | 0.58 | 0.15 | 0 | 0.05 | 195.86 | 0.84 | 0.67 |
| Hex | 66 | CD | F2 | 3A | F | 0 | 5 | C4 | 54 | 43 |
| Octal | 146 | 315 | 362 | 72 | 17 | 0 | 5 | 304 | 124 | 103 |
| Binary | 1100110 | 11001101 | 11110010 | 111010 | 1111 | 0 | 101 | 11000100 | 1010100 | 1000011 |
Color Harmonies of #66CDF2
Complementary color
Monochromatic Colors of #66CDF2
Black with #66CDF2
Text Example
Text Example
White with #66CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDF2; }
p { color: rgb(102,205,242); }
H1.HeaderClassName
{
color: #66CDF2;
}
.AnyTagClassName
{
color: #66CDF2;
}
</style>
background-color css
<style>
a { background-color: #66CDF2; }
a { background-color: rgb(102,205,242); }
div.DivClassName
{
background-color: #66CDF2;
}
.BgClassName
{
background-color: #66CDF2;
}
</style>
border-color css
<style>
span { border-color: #66CDF2; }
span { border-color: rgb(102,205,242); }
td.TdClassName
{
border-color: #66CDF2;
}
.TagClassName
{
border-color: #66CDF2;
}
</style>