Shades of Turquoise Blue #69CED2
Tints of Turquoise Blue #69CED2
RGB
CMYK
RGB Variations
Color information
#69CED2 (or 0x69CED2) is known color: Turquoise Blue. HEX triplet: 69, CE and D2. RGB value is (105,206,210). Sum of RGB (Red+Green+Blue) = 105+206+210=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #69CED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CED2 is #96312D. Grayscale: #B0B0B0. Windows color (decimal): -9842990 or 13815401. OLE color: 13815401.
HSL color Cylindrical-coordinate representation of color #69CED2: hue angle of 182.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69CED2 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 206 | 210 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.18 |
| HSL | 182.29º | 0.54% | 0.62% | - |
| HSV(B) | 182.29º | 0.5% | 0.82% | - |
| XYZ | 39.53 | 51.8 | 68.89 | - |
| YUV | 176.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 210 | 0.50 | 0.02 | 0 | 0.18 | 182.29 | 0.54 | 0.62 |
| Hex | 69 | CE | D2 | 32 | 2 | 0 | 12 | B6 | 36 | 3E |
| Octal | 151 | 316 | 322 | 62 | 2 | 0 | 22 | 266 | 66 | 76 |
| Binary | 1101001 | 11001110 | 11010010 | 110010 | 10 | 0 | 10010 | 10110110 | 110110 | 111110 |
Color Harmonies of #69CED2
Complementary color
Monochromatic Colors of #69CED2
Black with #69CED2
Text Example
Text Example
White with #69CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CED2; }
p { color: rgb(105,206,210); }
H1.HeaderClassName
{
color: #69CED2;
}
.AnyTagClassName
{
color: #69CED2;
}
</style>
background-color css
<style>
a { background-color: #69CED2; }
a { background-color: rgb(105,206,210); }
div.DivClassName
{
background-color: #69CED2;
}
.BgClassName
{
background-color: #69CED2;
}
</style>
border-color css
<style>
span { border-color: #69CED2; }
span { border-color: rgb(105,206,210); }
td.TdClassName
{
border-color: #69CED2;
}
.TagClassName
{
border-color: #69CED2;
}
</style>