Shades of Turquoise Blue #65CAE0
Tints of Turquoise Blue #65CAE0
RGB
CMYK
RGB Variations
Color information
#65CAE0 (or 0x65CAE0) is known color: Turquoise Blue. HEX triplet: 65, CA and E0. RGB value is (101,202,224). Sum of RGB (Red+Green+Blue) = 101+202+224=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #65CAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CAE0 is #9A351F. Grayscale: #AEAEAE. Windows color (decimal): -10106144 or 14731877. OLE color: 14731877.
HSL color Cylindrical-coordinate representation of color #65CAE0: hue angle of 190.73º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CAE0 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 202 | 224 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.12 |
| HSL | 190.73º | 0.66% | 0.64% | - |
| HSV(B) | 190.73º | 0.55% | 0.88% | - |
| XYZ | 39.94 | 50.39 | 78.14 | - |
| YUV | 174.31 | 156.04 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 224 | 0.55 | 0.10 | 0 | 0.12 | 190.73 | 0.66 | 0.64 |
| Hex | 65 | CA | E0 | 37 | A | 0 | C | BF | 42 | 40 |
| Octal | 145 | 312 | 340 | 67 | 12 | 0 | 14 | 277 | 102 | 100 |
| Binary | 1100101 | 11001010 | 11100000 | 110111 | 1010 | 0 | 1100 | 10111111 | 1000010 | 1000000 |
Color Harmonies of #65CAE0
Complementary color
Monochromatic Colors of #65CAE0
Black with #65CAE0
Text Example
Text Example
White with #65CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CAE0; }
p { color: rgb(101,202,224); }
H1.HeaderClassName
{
color: #65CAE0;
}
.AnyTagClassName
{
color: #65CAE0;
}
</style>
background-color css
<style>
a { background-color: #65CAE0; }
a { background-color: rgb(101,202,224); }
div.DivClassName
{
background-color: #65CAE0;
}
.BgClassName
{
background-color: #65CAE0;
}
</style>
border-color css
<style>
span { border-color: #65CAE0; }
span { border-color: rgb(101,202,224); }
td.TdClassName
{
border-color: #65CAE0;
}
.TagClassName
{
border-color: #65CAE0;
}
</style>