Shades of Turquoise Blue #64CBDF
Tints of Turquoise Blue #64CBDF
RGB
CMYK
RGB Variations
Color information
#64CBDF (or 0x64CBDF) is known color: Turquoise Blue. HEX triplet: 64, CB and DF. RGB value is (100,203,223). Sum of RGB (Red+Green+Blue) = 100+203+223=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #64CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CBDF is #9B3420. Grayscale: #AEAEAE. Windows color (decimal): -10171425 or 14666596. OLE color: 14666596.
HSL color Cylindrical-coordinate representation of color #64CBDF: hue angle of 189.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CBDF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 203 | 223 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.13 |
| HSL | 189.76º | 0.66% | 0.63% | - |
| HSV(B) | 189.76º | 0.55% | 0.87% | - |
| XYZ | 39.93 | 50.75 | 77.5 | - |
| YUV | 174.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 223 | 0.55 | 0.09 | 0 | 0.13 | 189.76 | 0.66 | 0.63 |
| Hex | 64 | CB | DF | 37 | 9 | 0 | D | BE | 42 | 3F |
| Octal | 144 | 313 | 337 | 67 | 11 | 0 | 15 | 276 | 102 | 77 |
| Binary | 1100100 | 11001011 | 11011111 | 110111 | 1001 | 0 | 1101 | 10111110 | 1000010 | 111111 |
Color Harmonies of #64CBDF
Complementary color
Monochromatic Colors of #64CBDF
Black with #64CBDF
Text Example
Text Example
White with #64CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBDF; }
p { color: rgb(100,203,223); }
H1.HeaderClassName
{
color: #64CBDF;
}
.AnyTagClassName
{
color: #64CBDF;
}
</style>
background-color css
<style>
a { background-color: #64CBDF; }
a { background-color: rgb(100,203,223); }
div.DivClassName
{
background-color: #64CBDF;
}
.BgClassName
{
background-color: #64CBDF;
}
</style>
border-color css
<style>
span { border-color: #64CBDF; }
span { border-color: rgb(100,203,223); }
td.TdClassName
{
border-color: #64CBDF;
}
.TagClassName
{
border-color: #64CBDF;
}
</style>