Shades of Turquoise Blue #69DDEF
Tints of Turquoise Blue #69DDEF
RGB
CMYK
RGB Variations
Color information
#69DDEF (or 0x69DDEF) is known color: Turquoise Blue. HEX triplet: 69, DD and EF. RGB value is (105,221,239). Sum of RGB (Red+Green+Blue) = 105+221+239=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #69DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DDEF is #962210. Grayscale: #BCBCBC. Windows color (decimal): -9839121 or 15719785. OLE color: 15719785.
HSL color Cylindrical-coordinate representation of color #69DDEF: hue angle of 188.06º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69DDEF is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 221 | 239 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.06 |
| HSL | 188.06º | 0.81% | 0.67% | - |
| HSV(B) | 188.06º | 0.56% | 0.94% | - |
| XYZ | 47.26 | 60.95 | 90.93 | - |
| YUV | 188.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 239 | 0.56 | 0.08 | 0 | 0.06 | 188.06 | 0.81 | 0.67 |
| Hex | 69 | DD | EF | 38 | 8 | 0 | 6 | BC | 51 | 43 |
| Octal | 151 | 335 | 357 | 70 | 10 | 0 | 6 | 274 | 121 | 103 |
| Binary | 1101001 | 11011101 | 11101111 | 111000 | 1000 | 0 | 110 | 10111100 | 1010001 | 1000011 |
Color Harmonies of #69DDEF
Complementary color
Monochromatic Colors of #69DDEF
Black with #69DDEF
Text Example
Text Example
White with #69DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DDEF; }
p { color: rgb(105,221,239); }
H1.HeaderClassName
{
color: #69DDEF;
}
.AnyTagClassName
{
color: #69DDEF;
}
</style>
background-color css
<style>
a { background-color: #69DDEF; }
a { background-color: rgb(105,221,239); }
div.DivClassName
{
background-color: #69DDEF;
}
.BgClassName
{
background-color: #69DDEF;
}
</style>
border-color css
<style>
span { border-color: #69DDEF; }
span { border-color: rgb(105,221,239); }
td.TdClassName
{
border-color: #69DDEF;
}
.TagClassName
{
border-color: #69DDEF;
}
</style>