Shades of Turquoise Blue #65CFEA
Tints of Turquoise Blue #65CFEA
RGB
CMYK
RGB Variations
Color information
#65CFEA (or 0x65CFEA) is known color: Turquoise Blue. HEX triplet: 65, CF and EA. RGB value is (101,207,234). Sum of RGB (Red+Green+Blue) = 101+207+234=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #65CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFEA is #9A3015. Grayscale: #B2B2B2. Windows color (decimal): -10104854 or 15388517. OLE color: 15388517.
HSL color Cylindrical-coordinate representation of color #65CFEA: hue angle of 192.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65CFEA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 207 | 234 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.08 |
| HSL | 192.18º | 0.76% | 0.66% | - |
| HSV(B) | 192.18º | 0.57% | 0.92% | - |
| XYZ | 42.53 | 53.33 | 85.89 | - |
| YUV | 178.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 234 | 0.57 | 0.12 | 0 | 0.08 | 192.18 | 0.76 | 0.66 |
| Hex | 65 | CF | EA | 39 | C | 0 | 8 | C0 | 4C | 42 |
| Octal | 145 | 317 | 352 | 71 | 14 | 0 | 10 | 300 | 114 | 102 |
| Binary | 1100101 | 11001111 | 11101010 | 111001 | 1100 | 0 | 1000 | 11000000 | 1001100 | 1000010 |
Color Harmonies of #65CFEA
Complementary color
Monochromatic Colors of #65CFEA
Black with #65CFEA
Text Example
Text Example
White with #65CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFEA; }
p { color: rgb(101,207,234); }
H1.HeaderClassName
{
color: #65CFEA;
}
.AnyTagClassName
{
color: #65CFEA;
}
</style>
background-color css
<style>
a { background-color: #65CFEA; }
a { background-color: rgb(101,207,234); }
div.DivClassName
{
background-color: #65CFEA;
}
.BgClassName
{
background-color: #65CFEA;
}
</style>
border-color css
<style>
span { border-color: #65CFEA; }
span { border-color: rgb(101,207,234); }
td.TdClassName
{
border-color: #65CFEA;
}
.TagClassName
{
border-color: #65CFEA;
}
</style>