Shades of Turquoise Blue #65CBDF
Tints of Turquoise Blue #65CBDF
RGB
CMYK
RGB Variations
Color information
#65CBDF (or 0x65CBDF) is known color: Turquoise Blue. HEX triplet: 65, CB and DF. RGB value is (101,203,223). Sum of RGB (Red+Green+Blue) = 101+203+223=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #65CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CBDF is #9A3420. Grayscale: #AEAEAE. Windows color (decimal): -10105889 or 14666597. OLE color: 14666597.
HSL color Cylindrical-coordinate representation of color #65CBDF: hue angle of 189.84º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CBDF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 203 | 223 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.13 |
| HSL | 189.84º | 0.66% | 0.64% | - |
| HSV(B) | 189.84º | 0.55% | 0.87% | - |
| XYZ | 40.04 | 50.81 | 77.51 | - |
| YUV | 174.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 223 | 0.55 | 0.09 | 0 | 0.13 | 189.84 | 0.66 | 0.64 |
| Hex | 65 | CB | DF | 37 | 9 | 0 | D | BE | 42 | 40 |
| Octal | 145 | 313 | 337 | 67 | 11 | 0 | 15 | 276 | 102 | 100 |
| Binary | 1100101 | 11001011 | 11011111 | 110111 | 1001 | 0 | 1101 | 10111110 | 1000010 | 1000000 |
Color Harmonies of #65CBDF
Complementary color
Monochromatic Colors of #65CBDF
Black with #65CBDF
Text Example
Text Example
White with #65CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CBDF; }
p { color: rgb(101,203,223); }
H1.HeaderClassName
{
color: #65CBDF;
}
.AnyTagClassName
{
color: #65CBDF;
}
</style>
background-color css
<style>
a { background-color: #65CBDF; }
a { background-color: rgb(101,203,223); }
div.DivClassName
{
background-color: #65CBDF;
}
.BgClassName
{
background-color: #65CBDF;
}
</style>
border-color css
<style>
span { border-color: #65CBDF; }
span { border-color: rgb(101,203,223); }
td.TdClassName
{
border-color: #65CBDF;
}
.TagClassName
{
border-color: #65CBDF;
}
</style>