Shades of Turquoise Blue #65CFE1
Tints of Turquoise Blue #65CFE1
RGB
CMYK
RGB Variations
Color information
#65CFE1 (or 0x65CFE1) is known color: Turquoise Blue. HEX triplet: 65, CF and E1. RGB value is (101,207,225). Sum of RGB (Red+Green+Blue) = 101+207+225=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #65CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFE1 is #9A301E. Grayscale: #B1B1B1. Windows color (decimal): -10104863 or 14798693. OLE color: 14798693.
HSL color Cylindrical-coordinate representation of color #65CFE1: hue angle of 188.71º degrees, saturation: 0.67, 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 #65CFE1 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 207 | 225 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.12 |
| HSL | 188.71º | 0.67% | 0.64% | - |
| HSV(B) | 188.71º | 0.55% | 0.88% | - |
| XYZ | 41.27 | 52.83 | 79.26 | - |
| YUV | 177.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 225 | 0.55 | 0.08 | 0 | 0.12 | 188.71 | 0.67 | 0.64 |
| Hex | 65 | CF | E1 | 37 | 8 | 0 | C | BD | 43 | 40 |
| Octal | 145 | 317 | 341 | 67 | 10 | 0 | 14 | 275 | 103 | 100 |
| Binary | 1100101 | 11001111 | 11100001 | 110111 | 1000 | 0 | 1100 | 10111101 | 1000011 | 1000000 |
Color Harmonies of #65CFE1
Complementary color
Monochromatic Colors of #65CFE1
Black with #65CFE1
Text Example
Text Example
White with #65CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFE1; }
p { color: rgb(101,207,225); }
H1.HeaderClassName
{
color: #65CFE1;
}
.AnyTagClassName
{
color: #65CFE1;
}
</style>
background-color css
<style>
a { background-color: #65CFE1; }
a { background-color: rgb(101,207,225); }
div.DivClassName
{
background-color: #65CFE1;
}
.BgClassName
{
background-color: #65CFE1;
}
</style>
border-color css
<style>
span { border-color: #65CFE1; }
span { border-color: rgb(101,207,225); }
td.TdClassName
{
border-color: #65CFE1;
}
.TagClassName
{
border-color: #65CFE1;
}
</style>