Shades of Turquoise Blue #69DCEC
Tints of Turquoise Blue #69DCEC
RGB
CMYK
RGB Variations
Color information
#69DCEC (or 0x69DCEC) is known color: Turquoise Blue. HEX triplet: 69, DC and EC. RGB value is (105,220,236). Sum of RGB (Red+Green+Blue) = 105+220+236=561 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.72% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #69DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DCEC is #962313. Grayscale: #BBBBBB. Windows color (decimal): -9839380 or 15522921. OLE color: 15522921.
HSL color Cylindrical-coordinate representation of color #69DCEC: hue angle of 187.33º 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 #69DCEC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 220 | 236 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.07 |
| HSL | 187.33º | 0.78% | 0.67% | - |
| HSV(B) | 187.33º | 0.56% | 0.93% | - |
| XYZ | 46.56 | 60.25 | 88.53 | - |
| YUV | 187.44 | 155.4 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 236 | 0.56 | 0.07 | 0 | 0.07 | 187.33 | 0.78 | 0.67 |
| Hex | 69 | DC | EC | 38 | 7 | 0 | 7 | BB | 4E | 43 |
| Octal | 151 | 334 | 354 | 70 | 7 | 0 | 7 | 273 | 116 | 103 |
| Binary | 1101001 | 11011100 | 11101100 | 111000 | 111 | 0 | 111 | 10111011 | 1001110 | 1000011 |
Color Harmonies of #69DCEC
Complementary color
Monochromatic Colors of #69DCEC
Black with #69DCEC
Text Example
Text Example
White with #69DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCEC; }
p { color: rgb(105,220,236); }
H1.HeaderClassName
{
color: #69DCEC;
}
.AnyTagClassName
{
color: #69DCEC;
}
</style>
background-color css
<style>
a { background-color: #69DCEC; }
a { background-color: rgb(105,220,236); }
div.DivClassName
{
background-color: #69DCEC;
}
.BgClassName
{
background-color: #69DCEC;
}
</style>
border-color css
<style>
span { border-color: #69DCEC; }
span { border-color: rgb(105,220,236); }
td.TdClassName
{
border-color: #69DCEC;
}
.TagClassName
{
border-color: #69DCEC;
}
</style>