Shades of Turquoise Blue #65CFEE
Tints of Turquoise Blue #65CFEE
RGB
CMYK
RGB Variations
Color information
#65CFEE (or 0x65CFEE) is known color: Turquoise Blue. HEX triplet: 65, CF and EE. RGB value is (101,207,238). Sum of RGB (Red+Green+Blue) = 101+207+238=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #65CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFEE is #9A3011. Grayscale: #B2B2B2. Windows color (decimal): -10104850 or 15650661. OLE color: 15650661.
HSL color Cylindrical-coordinate representation of color #65CFEE: hue angle of 193.58º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65CFEE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 207 | 238 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.07 |
| HSL | 193.58º | 0.8% | 0.66% | - |
| HSV(B) | 193.58º | 0.58% | 0.93% | - |
| XYZ | 43.11 | 53.57 | 88.96 | - |
| YUV | 178.84 | 161.38 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 238 | 0.58 | 0.13 | 0 | 0.07 | 193.58 | 0.8 | 0.66 |
| Hex | 65 | CF | EE | 3A | D | 0 | 7 | C2 | 50 | 42 |
| Octal | 145 | 317 | 356 | 72 | 15 | 0 | 7 | 302 | 120 | 102 |
| Binary | 1100101 | 11001111 | 11101110 | 111010 | 1101 | 0 | 111 | 11000010 | 1010000 | 1000010 |
Color Harmonies of #65CFEE
Complementary color
Monochromatic Colors of #65CFEE
Black with #65CFEE
Text Example
Text Example
White with #65CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFEE; }
p { color: rgb(101,207,238); }
H1.HeaderClassName
{
color: #65CFEE;
}
.AnyTagClassName
{
color: #65CFEE;
}
</style>
background-color css
<style>
a { background-color: #65CFEE; }
a { background-color: rgb(101,207,238); }
div.DivClassName
{
background-color: #65CFEE;
}
.BgClassName
{
background-color: #65CFEE;
}
</style>
border-color css
<style>
span { border-color: #65CFEE; }
span { border-color: rgb(101,207,238); }
td.TdClassName
{
border-color: #65CFEE;
}
.TagClassName
{
border-color: #65CFEE;
}
</style>