Shades of Turquoise Blue #65CFDE
Tints of Turquoise Blue #65CFDE
RGB
CMYK
RGB Variations
Color information
#65CFDE (or 0x65CFDE) is known color: Turquoise Blue. HEX triplet: 65, CF and DE. RGB value is (101,207,222). Sum of RGB (Red+Green+Blue) = 101+207+222=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #65CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFDE is #9A3021. Grayscale: #B0B0B0. Windows color (decimal): -10104866 or 14602085. OLE color: 14602085.
HSL color Cylindrical-coordinate representation of color #65CFDE: hue angle of 187.44º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CFDE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 207 | 222 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.13 |
| HSL | 187.44º | 0.65% | 0.63% | - |
| HSV(B) | 187.44º | 0.55% | 0.87% | - |
| XYZ | 40.86 | 52.67 | 77.12 | - |
| YUV | 177.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 222 | 0.55 | 0.07 | 0 | 0.13 | 187.44 | 0.65 | 0.63 |
| Hex | 65 | CF | DE | 37 | 7 | 0 | D | BB | 41 | 3F |
| Octal | 145 | 317 | 336 | 67 | 7 | 0 | 15 | 273 | 101 | 77 |
| Binary | 1100101 | 11001111 | 11011110 | 110111 | 111 | 0 | 1101 | 10111011 | 1000001 | 111111 |
Color Harmonies of #65CFDE
Complementary color
Monochromatic Colors of #65CFDE
Black with #65CFDE
Text Example
Text Example
White with #65CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFDE; }
p { color: rgb(101,207,222); }
H1.HeaderClassName
{
color: #65CFDE;
}
.AnyTagClassName
{
color: #65CFDE;
}
</style>
background-color css
<style>
a { background-color: #65CFDE; }
a { background-color: rgb(101,207,222); }
div.DivClassName
{
background-color: #65CFDE;
}
.BgClassName
{
background-color: #65CFDE;
}
</style>
border-color css
<style>
span { border-color: #65CFDE; }
span { border-color: rgb(101,207,222); }
td.TdClassName
{
border-color: #65CFDE;
}
.TagClassName
{
border-color: #65CFDE;
}
</style>