Shades of Turquoise Blue #69DBEC
Tints of Turquoise Blue #69DBEC
RGB
CMYK
RGB Variations
Color information
#69DBEC (or 0x69DBEC) is known color: Turquoise Blue. HEX triplet: 69, DB and EC. RGB value is (105,219,236). Sum of RGB (Red+Green+Blue) = 105+219+236=560 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.75% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #69DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DBEC is #962413. Grayscale: #BABABA. Windows color (decimal): -9839636 or 15522665. OLE color: 15522665.
HSL color Cylindrical-coordinate representation of color #69DBEC: hue angle of 187.79º degrees, saturation: 0.78, 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 #69DBEC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 219 | 236 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.07 |
| HSL | 187.79º | 0.78% | 0.67% | - |
| HSV(B) | 187.79º | 0.56% | 0.93% | - |
| XYZ | 46.3 | 59.72 | 88.44 | - |
| YUV | 186.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 236 | 0.56 | 0.07 | 0 | 0.07 | 187.79 | 0.78 | 0.67 |
| Hex | 69 | DB | EC | 38 | 7 | 0 | 7 | BC | 4E | 43 |
| Octal | 151 | 333 | 354 | 70 | 7 | 0 | 7 | 274 | 116 | 103 |
| Binary | 1101001 | 11011011 | 11101100 | 111000 | 111 | 0 | 111 | 10111100 | 1001110 | 1000011 |
Color Harmonies of #69DBEC
Complementary color
Monochromatic Colors of #69DBEC
Black with #69DBEC
Text Example
Text Example
White with #69DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBEC; }
p { color: rgb(105,219,236); }
H1.HeaderClassName
{
color: #69DBEC;
}
.AnyTagClassName
{
color: #69DBEC;
}
</style>
background-color css
<style>
a { background-color: #69DBEC; }
a { background-color: rgb(105,219,236); }
div.DivClassName
{
background-color: #69DBEC;
}
.BgClassName
{
background-color: #69DBEC;
}
</style>
border-color css
<style>
span { border-color: #69DBEC; }
span { border-color: rgb(105,219,236); }
td.TdClassName
{
border-color: #69DBEC;
}
.TagClassName
{
border-color: #69DBEC;
}
</style>