Shades of Turquoise Blue #67DBE8
Tints of Turquoise Blue #67DBE8
RGB
CMYK
RGB Variations
Color information
#67DBE8 (or 0x67DBE8) is known color: Turquoise Blue. HEX triplet: 67, DB and E8. RGB value is (103,219,232). Sum of RGB (Red+Green+Blue) = 103+219+232=554 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.59% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #67DBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DBE8 is #982417. Grayscale: #B9B9B9. Windows color (decimal): -9970712 or 15260519. OLE color: 15260519.
HSL color Cylindrical-coordinate representation of color #67DBE8: hue angle of 186.05º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67DBE8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 219 | 232 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.09 |
| HSL | 186.05º | 0.74% | 0.66% | - |
| HSV(B) | 186.05º | 0.56% | 0.91% | - |
| XYZ | 45.49 | 59.37 | 85.41 | - |
| YUV | 185.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 232 | 0.56 | 0.06 | 0 | 0.09 | 186.05 | 0.74 | 0.66 |
| Hex | 67 | DB | E8 | 38 | 6 | 0 | 9 | BA | 4A | 42 |
| Octal | 147 | 333 | 350 | 70 | 6 | 0 | 11 | 272 | 112 | 102 |
| Binary | 1100111 | 11011011 | 11101000 | 111000 | 110 | 0 | 1001 | 10111010 | 1001010 | 1000010 |
Color Harmonies of #67DBE8
Complementary color
Monochromatic Colors of #67DBE8
Black with #67DBE8
Text Example
Text Example
White with #67DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBE8; }
p { color: rgb(103,219,232); }
H1.HeaderClassName
{
color: #67DBE8;
}
.AnyTagClassName
{
color: #67DBE8;
}
</style>
background-color css
<style>
a { background-color: #67DBE8; }
a { background-color: rgb(103,219,232); }
div.DivClassName
{
background-color: #67DBE8;
}
.BgClassName
{
background-color: #67DBE8;
}
</style>
border-color css
<style>
span { border-color: #67DBE8; }
span { border-color: rgb(103,219,232); }
td.TdClassName
{
border-color: #67DBE8;
}
.TagClassName
{
border-color: #67DBE8;
}
</style>