Shades of Turquoise Blue #69DBEE
Tints of Turquoise Blue #69DBEE
RGB
CMYK
RGB Variations
Color information
#69DBEE (or 0x69DBEE) is known color: Turquoise Blue. HEX triplet: 69, DB and EE. RGB value is (105,219,238). Sum of RGB (Red+Green+Blue) = 105+219+238=562 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.68% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #69DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DBEE is #962411. Grayscale: #BABABA. Windows color (decimal): -9839634 or 15653737. OLE color: 15653737.
HSL color Cylindrical-coordinate representation of color #69DBEE: hue angle of 188.57º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69DBEE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 219 | 238 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.07 |
| HSL | 188.57º | 0.8% | 0.67% | - |
| HSV(B) | 188.57º | 0.56% | 0.93% | - |
| XYZ | 46.59 | 59.84 | 89.98 | - |
| YUV | 187.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 238 | 0.56 | 0.08 | 0 | 0.07 | 188.57 | 0.8 | 0.67 |
| Hex | 69 | DB | EE | 38 | 8 | 0 | 7 | BD | 50 | 43 |
| Octal | 151 | 333 | 356 | 70 | 10 | 0 | 7 | 275 | 120 | 103 |
| Binary | 1101001 | 11011011 | 11101110 | 111000 | 1000 | 0 | 111 | 10111101 | 1010000 | 1000011 |
Color Harmonies of #69DBEE
Complementary color
Monochromatic Colors of #69DBEE
Black with #69DBEE
Text Example
Text Example
White with #69DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBEE; }
p { color: rgb(105,219,238); }
H1.HeaderClassName
{
color: #69DBEE;
}
.AnyTagClassName
{
color: #69DBEE;
}
</style>
background-color css
<style>
a { background-color: #69DBEE; }
a { background-color: rgb(105,219,238); }
div.DivClassName
{
background-color: #69DBEE;
}
.BgClassName
{
background-color: #69DBEE;
}
</style>
border-color css
<style>
span { border-color: #69DBEE; }
span { border-color: rgb(105,219,238); }
td.TdClassName
{
border-color: #69DBEE;
}
.TagClassName
{
border-color: #69DBEE;
}
</style>