Shades of Turquoise Blue #69D2EF
Tints of Turquoise Blue #69D2EF
RGB
CMYK
RGB Variations
Color information
#69D2EF (or 0x69D2EF) is known color: Turquoise Blue. HEX triplet: 69, D2 and EF. RGB value is (105,210,239). Sum of RGB (Red+Green+Blue) = 105+210+239=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #69D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D2EF is #962D10. Grayscale: #B5B5B5. Windows color (decimal): -9841937 or 15716969. OLE color: 15716969.
HSL color Cylindrical-coordinate representation of color #69D2EF: hue angle of 192.99º 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 #69D2EF is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 210 | 239 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.06 |
| HSL | 192.99º | 0.81% | 0.67% | - |
| HSV(B) | 192.99º | 0.56% | 0.94% | - |
| XYZ | 44.45 | 55.33 | 90 | - |
| YUV | 181.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 239 | 0.56 | 0.12 | 0 | 0.06 | 192.99 | 0.81 | 0.67 |
| Hex | 69 | D2 | EF | 38 | C | 0 | 6 | C1 | 51 | 43 |
| Octal | 151 | 322 | 357 | 70 | 14 | 0 | 6 | 301 | 121 | 103 |
| Binary | 1101001 | 11010010 | 11101111 | 111000 | 1100 | 0 | 110 | 11000001 | 1010001 | 1000011 |
Color Harmonies of #69D2EF
Complementary color
Monochromatic Colors of #69D2EF
Black with #69D2EF
Text Example
Text Example
White with #69D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D2EF; }
p { color: rgb(105,210,239); }
H1.HeaderClassName
{
color: #69D2EF;
}
.AnyTagClassName
{
color: #69D2EF;
}
</style>
background-color css
<style>
a { background-color: #69D2EF; }
a { background-color: rgb(105,210,239); }
div.DivClassName
{
background-color: #69D2EF;
}
.BgClassName
{
background-color: #69D2EF;
}
</style>
border-color css
<style>
span { border-color: #69D2EF; }
span { border-color: rgb(105,210,239); }
td.TdClassName
{
border-color: #69D2EF;
}
.TagClassName
{
border-color: #69D2EF;
}
</style>