Shades of Turquoise Blue #64CBEE
Tints of Turquoise Blue #64CBEE
RGB
CMYK
RGB Variations
Color information
#64CBEE (or 0x64CBEE) is known color: Turquoise Blue. HEX triplet: 64, CB and EE. RGB value is (100,203,238). Sum of RGB (Red+Green+Blue) = 100+203+238=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #64CBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBEE is #9B3411. Grayscale: #AFAFAF. Windows color (decimal): -10171410 or 15649636. OLE color: 15649636.
HSL color Cylindrical-coordinate representation of color #64CBEE: hue angle of 195.22º 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 #64CBEE is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 203 | 238 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.07 |
| HSL | 195.22º | 0.8% | 0.66% | - |
| HSV(B) | 195.22º | 0.58% | 0.93% | - |
| XYZ | 42.04 | 51.59 | 88.63 | - |
| YUV | 176.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 238 | 0.58 | 0.15 | 0 | 0.07 | 195.22 | 0.8 | 0.66 |
| Hex | 64 | CB | EE | 3A | F | 0 | 7 | C3 | 50 | 42 |
| Octal | 144 | 313 | 356 | 72 | 17 | 0 | 7 | 303 | 120 | 102 |
| Binary | 1100100 | 11001011 | 11101110 | 111010 | 1111 | 0 | 111 | 11000011 | 1010000 | 1000010 |
Color Harmonies of #64CBEE
Complementary color
Monochromatic Colors of #64CBEE
Black with #64CBEE
Text Example
Text Example
White with #64CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBEE; }
p { color: rgb(100,203,238); }
H1.HeaderClassName
{
color: #64CBEE;
}
.AnyTagClassName
{
color: #64CBEE;
}
</style>
background-color css
<style>
a { background-color: #64CBEE; }
a { background-color: rgb(100,203,238); }
div.DivClassName
{
background-color: #64CBEE;
}
.BgClassName
{
background-color: #64CBEE;
}
</style>
border-color css
<style>
span { border-color: #64CBEE; }
span { border-color: rgb(100,203,238); }
td.TdClassName
{
border-color: #64CBEE;
}
.TagClassName
{
border-color: #64CBEE;
}
</style>