Shades of Turquoise Blue #66CFF3
Tints of Turquoise Blue #66CFF3
RGB
CMYK
RGB Variations
Color information
#66CFF3 (or 0x66CFF3) is known color: Turquoise Blue. HEX triplet: 66, CF and F3. RGB value is (102,207,243). Sum of RGB (Red+Green+Blue) = 102+207+243=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #66CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFF3 is #99300C. Grayscale: #B3B3B3. Windows color (decimal): -10039309 or 15978342. OLE color: 15978342.
HSL color Cylindrical-coordinate representation of color #66CFF3: hue angle of 195.32º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66CFF3 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 207 | 243 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.05 |
| HSL | 195.32º | 0.85% | 0.68% | - |
| HSV(B) | 195.32º | 0.58% | 0.95% | - |
| XYZ | 43.97 | 53.92 | 92.88 | - |
| YUV | 179.71 | 163.71 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 243 | 0.58 | 0.15 | 0 | 0.05 | 195.32 | 0.85 | 0.68 |
| Hex | 66 | CF | F3 | 3A | F | 0 | 5 | C3 | 55 | 44 |
| Octal | 146 | 317 | 363 | 72 | 17 | 0 | 5 | 303 | 125 | 104 |
| Binary | 1100110 | 11001111 | 11110011 | 111010 | 1111 | 0 | 101 | 11000011 | 1010101 | 1000100 |
Color Harmonies of #66CFF3
Complementary color
Monochromatic Colors of #66CFF3
Black with #66CFF3
Text Example
Text Example
White with #66CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFF3; }
p { color: rgb(102,207,243); }
H1.HeaderClassName
{
color: #66CFF3;
}
.AnyTagClassName
{
color: #66CFF3;
}
</style>
background-color css
<style>
a { background-color: #66CFF3; }
a { background-color: rgb(102,207,243); }
div.DivClassName
{
background-color: #66CFF3;
}
.BgClassName
{
background-color: #66CFF3;
}
</style>
border-color css
<style>
span { border-color: #66CFF3; }
span { border-color: rgb(102,207,243); }
td.TdClassName
{
border-color: #66CFF3;
}
.TagClassName
{
border-color: #66CFF3;
}
</style>