Shades of Turquoise Blue #67DEE6
Tints of Turquoise Blue #67DEE6
RGB
CMYK
RGB Variations
Color information
#67DEE6 (or 0x67DEE6) is known color: Turquoise Blue. HEX triplet: 67, DE and E6. RGB value is (103,222,230). Sum of RGB (Red+Green+Blue) = 103+222+230=555 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.56% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #67DEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DEE6 is #982119. Grayscale: #BBBBBB. Windows color (decimal): -9969946 or 15130215. OLE color: 15130215.
HSL color Cylindrical-coordinate representation of color #67DEE6: hue angle of 183.78º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67DEE6 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 222 | 230 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.10 |
| HSL | 183.78º | 0.72% | 0.65% | - |
| HSV(B) | 183.78º | 0.55% | 0.9% | - |
| XYZ | 46 | 60.84 | 84.18 | - |
| YUV | 187.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 230 | 0.55 | 0.03 | 0 | 0.10 | 183.78 | 0.72 | 0.65 |
| Hex | 67 | DE | E6 | 37 | 3 | 0 | A | B8 | 48 | 41 |
| Octal | 147 | 336 | 346 | 67 | 3 | 0 | 12 | 270 | 110 | 101 |
| Binary | 1100111 | 11011110 | 11100110 | 110111 | 11 | 0 | 1010 | 10111000 | 1001000 | 1000001 |
Color Harmonies of #67DEE6
Complementary color
Monochromatic Colors of #67DEE6
Black with #67DEE6
Text Example
Text Example
White with #67DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DEE6; }
p { color: rgb(103,222,230); }
H1.HeaderClassName
{
color: #67DEE6;
}
.AnyTagClassName
{
color: #67DEE6;
}
</style>
background-color css
<style>
a { background-color: #67DEE6; }
a { background-color: rgb(103,222,230); }
div.DivClassName
{
background-color: #67DEE6;
}
.BgClassName
{
background-color: #67DEE6;
}
</style>
border-color css
<style>
span { border-color: #67DEE6; }
span { border-color: rgb(103,222,230); }
td.TdClassName
{
border-color: #67DEE6;
}
.TagClassName
{
border-color: #67DEE6;
}
</style>