Shades of Turquoise Blue #65DDF2
Tints of Turquoise Blue #65DDF2
RGB
CMYK
RGB Variations
Color information
#65DDF2 (or 0x65DDF2) is known color: Turquoise Blue. HEX triplet: 65, DD and F2. RGB value is (101,221,242). Sum of RGB (Red+Green+Blue) = 101+221+242=564 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.91% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #65DDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDF2 is #9A220D. Grayscale: #BBBBBB. Windows color (decimal): -10101262 or 15916389. OLE color: 15916389.
HSL color Cylindrical-coordinate representation of color #65DDF2: hue angle of 188.94º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DDF2 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 221 | 242 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.05 |
| HSL | 188.94º | 0.84% | 0.67% | - |
| HSV(B) | 188.94º | 0.58% | 0.95% | - |
| XYZ | 47.25 | 60.89 | 93.27 | - |
| YUV | 187.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 242 | 0.58 | 0.09 | 0 | 0.05 | 188.94 | 0.84 | 0.67 |
| Hex | 65 | DD | F2 | 3A | 9 | 0 | 5 | BD | 54 | 43 |
| Octal | 145 | 335 | 362 | 72 | 11 | 0 | 5 | 275 | 124 | 103 |
| Binary | 1100101 | 11011101 | 11110010 | 111010 | 1001 | 0 | 101 | 10111101 | 1010100 | 1000011 |
Color Harmonies of #65DDF2
Complementary color
Monochromatic Colors of #65DDF2
Black with #65DDF2
Text Example
Text Example
White with #65DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDF2; }
p { color: rgb(101,221,242); }
H1.HeaderClassName
{
color: #65DDF2;
}
.AnyTagClassName
{
color: #65DDF2;
}
</style>
background-color css
<style>
a { background-color: #65DDF2; }
a { background-color: rgb(101,221,242); }
div.DivClassName
{
background-color: #65DDF2;
}
.BgClassName
{
background-color: #65DDF2;
}
</style>
border-color css
<style>
span { border-color: #65DDF2; }
span { border-color: rgb(101,221,242); }
td.TdClassName
{
border-color: #65DDF2;
}
.TagClassName
{
border-color: #65DDF2;
}
</style>