Shades of Turquoise Blue #65CEDA
Tints of Turquoise Blue #65CEDA
RGB
CMYK
RGB Variations
Color information
#65CEDA (or 0x65CEDA) is known color: Turquoise Blue. HEX triplet: 65, CE and DA. RGB value is (101,206,218). Sum of RGB (Red+Green+Blue) = 101+206+218=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #65CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEDA is #9A3125. Grayscale: #AFAFAF. Windows color (decimal): -10105126 or 14339685. OLE color: 14339685.
HSL color Cylindrical-coordinate representation of color #65CEDA: hue angle of 186.15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CEDA is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 206 | 218 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.15 |
| HSL | 186.15º | 0.61% | 0.63% | - |
| HSV(B) | 186.15º | 0.54% | 0.85% | - |
| XYZ | 40.09 | 51.97 | 74.25 | - |
| YUV | 175.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 218 | 0.54 | 0.06 | 0 | 0.15 | 186.15 | 0.61 | 0.63 |
| Hex | 65 | CE | DA | 36 | 6 | 0 | F | BA | 3D | 3F |
| Octal | 145 | 316 | 332 | 66 | 6 | 0 | 17 | 272 | 75 | 77 |
| Binary | 1100101 | 11001110 | 11011010 | 110110 | 110 | 0 | 1111 | 10111010 | 111101 | 111111 |
Color Harmonies of #65CEDA
Complementary color
Monochromatic Colors of #65CEDA
Black with #65CEDA
Text Example
Text Example
White with #65CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEDA; }
p { color: rgb(101,206,218); }
H1.HeaderClassName
{
color: #65CEDA;
}
.AnyTagClassName
{
color: #65CEDA;
}
</style>
background-color css
<style>
a { background-color: #65CEDA; }
a { background-color: rgb(101,206,218); }
div.DivClassName
{
background-color: #65CEDA;
}
.BgClassName
{
background-color: #65CEDA;
}
</style>
border-color css
<style>
span { border-color: #65CEDA; }
span { border-color: rgb(101,206,218); }
td.TdClassName
{
border-color: #65CEDA;
}
.TagClassName
{
border-color: #65CEDA;
}
</style>