Shades of Turquoise Blue #69D4E7
Tints of Turquoise Blue #69D4E7
RGB
CMYK
RGB Variations
Color information
#69D4E7 (or 0x69D4E7) is known color: Turquoise Blue. HEX triplet: 69, D4 and E7. RGB value is (105,212,231). Sum of RGB (Red+Green+Blue) = 105+212+231=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #69D4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D4E7 is #962B18. Grayscale: #B5B5B5. Windows color (decimal): -9841433 or 15193193. OLE color: 15193193.
HSL color Cylindrical-coordinate representation of color #69D4E7: hue angle of 189.05º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69D4E7 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 212 | 231 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.09 |
| HSL | 189.05º | 0.72% | 0.66% | - |
| HSV(B) | 189.05º | 0.55% | 0.91% | - |
| XYZ | 43.79 | 55.86 | 84.08 | - |
| YUV | 182.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 231 | 0.55 | 0.08 | 0 | 0.09 | 189.05 | 0.72 | 0.66 |
| Hex | 69 | D4 | E7 | 37 | 8 | 0 | 9 | BD | 48 | 42 |
| Octal | 151 | 324 | 347 | 67 | 10 | 0 | 11 | 275 | 110 | 102 |
| Binary | 1101001 | 11010100 | 11100111 | 110111 | 1000 | 0 | 1001 | 10111101 | 1001000 | 1000010 |
Color Harmonies of #69D4E7
Complementary color
Monochromatic Colors of #69D4E7
Black with #69D4E7
Text Example
Text Example
White with #69D4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D4E7; }
p { color: rgb(105,212,231); }
H1.HeaderClassName
{
color: #69D4E7;
}
.AnyTagClassName
{
color: #69D4E7;
}
</style>
background-color css
<style>
a { background-color: #69D4E7; }
a { background-color: rgb(105,212,231); }
div.DivClassName
{
background-color: #69D4E7;
}
.BgClassName
{
background-color: #69D4E7;
}
</style>
border-color css
<style>
span { border-color: #69D4E7; }
span { border-color: rgb(105,212,231); }
td.TdClassName
{
border-color: #69D4E7;
}
.TagClassName
{
border-color: #69D4E7;
}
</style>