Shades of Turquoise Blue #64CBED
Tints of Turquoise Blue #64CBED
RGB
CMYK
RGB Variations
Color information
#64CBED (or 0x64CBED) is known color: Turquoise Blue. HEX triplet: 64, CB and ED. RGB value is (100,203,237). Sum of RGB (Red+Green+Blue) = 100+203+237=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #64CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBED is #9B3412. Grayscale: #AFAFAF. Windows color (decimal): -10171411 or 15584100. OLE color: 15584100.
HSL color Cylindrical-coordinate representation of color #64CBED: hue angle of 194.89º degrees, saturation: 0.79, 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 #64CBED is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 203 | 237 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.07 |
| HSL | 194.89º | 0.79% | 0.66% | - |
| HSV(B) | 194.89º | 0.58% | 0.93% | - |
| XYZ | 41.9 | 51.54 | 87.86 | - |
| YUV | 176.08 | 162.38 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 237 | 0.58 | 0.14 | 0 | 0.07 | 194.89 | 0.79 | 0.66 |
| Hex | 64 | CB | ED | 3A | E | 0 | 7 | C3 | 4F | 42 |
| Octal | 144 | 313 | 355 | 72 | 16 | 0 | 7 | 303 | 117 | 102 |
| Binary | 1100100 | 11001011 | 11101101 | 111010 | 1110 | 0 | 111 | 11000011 | 1001111 | 1000010 |
Color Harmonies of #64CBED
Complementary color
Monochromatic Colors of #64CBED
Black with #64CBED
Text Example
Text Example
White with #64CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBED; }
p { color: rgb(100,203,237); }
H1.HeaderClassName
{
color: #64CBED;
}
.AnyTagClassName
{
color: #64CBED;
}
</style>
background-color css
<style>
a { background-color: #64CBED; }
a { background-color: rgb(100,203,237); }
div.DivClassName
{
background-color: #64CBED;
}
.BgClassName
{
background-color: #64CBED;
}
</style>
border-color css
<style>
span { border-color: #64CBED; }
span { border-color: rgb(100,203,237); }
td.TdClassName
{
border-color: #64CBED;
}
.TagClassName
{
border-color: #64CBED;
}
</style>