Shades of Turquoise Blue #65DFE6
Tints of Turquoise Blue #65DFE6
RGB
CMYK
RGB Variations
Color information
#65DFE6 (or 0x65DFE6) is known color: Turquoise Blue. HEX triplet: 65, DF and E6. RGB value is (101,223,230). Sum of RGB (Red+Green+Blue) = 101+223+230=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #65DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DFE6 is #9A2019. Grayscale: #BBBBBB. Windows color (decimal): -10100762 or 15130469. OLE color: 15130469.
HSL color Cylindrical-coordinate representation of color #65DFE6: hue angle of 183.26º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DFE6 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 223 | 230 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.10 |
| HSL | 183.26º | 0.72% | 0.65% | - |
| HSV(B) | 183.26º | 0.56% | 0.9% | - |
| XYZ | 46.04 | 61.26 | 84.26 | - |
| YUV | 187.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 230 | 0.56 | 0.03 | 0 | 0.10 | 183.26 | 0.72 | 0.65 |
| Hex | 65 | DF | E6 | 38 | 3 | 0 | A | B7 | 48 | 41 |
| Octal | 145 | 337 | 346 | 70 | 3 | 0 | 12 | 267 | 110 | 101 |
| Binary | 1100101 | 11011111 | 11100110 | 111000 | 11 | 0 | 1010 | 10110111 | 1001000 | 1000001 |
Color Harmonies of #65DFE6
Complementary color
Monochromatic Colors of #65DFE6
Black with #65DFE6
Text Example
Text Example
White with #65DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFE6; }
p { color: rgb(101,223,230); }
H1.HeaderClassName
{
color: #65DFE6;
}
.AnyTagClassName
{
color: #65DFE6;
}
</style>
background-color css
<style>
a { background-color: #65DFE6; }
a { background-color: rgb(101,223,230); }
div.DivClassName
{
background-color: #65DFE6;
}
.BgClassName
{
background-color: #65DFE6;
}
</style>
border-color css
<style>
span { border-color: #65DFE6; }
span { border-color: rgb(101,223,230); }
td.TdClassName
{
border-color: #65DFE6;
}
.TagClassName
{
border-color: #65DFE6;
}
</style>