Shades of Turquoise Blue #65CFEB
Tints of Turquoise Blue #65CFEB
RGB
CMYK
RGB Variations
Color information
#65CFEB (or 0x65CFEB) is known color: Turquoise Blue. HEX triplet: 65, CF and EB. RGB value is (101,207,235). Sum of RGB (Red+Green+Blue) = 101+207+235=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #65CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFEB is #9A3014. Grayscale: #B2B2B2. Windows color (decimal): -10104853 or 15454053. OLE color: 15454053.
HSL color Cylindrical-coordinate representation of color #65CFEB: hue angle of 192.54º degrees, saturation: 0.77, 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 #65CFEB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 207 | 235 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.08 |
| HSL | 192.54º | 0.77% | 0.66% | - |
| HSV(B) | 192.54º | 0.57% | 0.92% | - |
| XYZ | 42.68 | 53.39 | 86.65 | - |
| YUV | 178.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 235 | 0.57 | 0.12 | 0 | 0.08 | 192.54 | 0.77 | 0.66 |
| Hex | 65 | CF | EB | 39 | C | 0 | 8 | C1 | 4D | 42 |
| Octal | 145 | 317 | 353 | 71 | 14 | 0 | 10 | 301 | 115 | 102 |
| Binary | 1100101 | 11001111 | 11101011 | 111001 | 1100 | 0 | 1000 | 11000001 | 1001101 | 1000010 |
Color Harmonies of #65CFEB
Complementary color
Monochromatic Colors of #65CFEB
Black with #65CFEB
Text Example
Text Example
White with #65CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFEB; }
p { color: rgb(101,207,235); }
H1.HeaderClassName
{
color: #65CFEB;
}
.AnyTagClassName
{
color: #65CFEB;
}
</style>
background-color css
<style>
a { background-color: #65CFEB; }
a { background-color: rgb(101,207,235); }
div.DivClassName
{
background-color: #65CFEB;
}
.BgClassName
{
background-color: #65CFEB;
}
</style>
border-color css
<style>
span { border-color: #65CFEB; }
span { border-color: rgb(101,207,235); }
td.TdClassName
{
border-color: #65CFEB;
}
.TagClassName
{
border-color: #65CFEB;
}
</style>