Shades of Turquoise Blue #67DEE5
Tints of Turquoise Blue #67DEE5
RGB
CMYK
RGB Variations
Color information
#67DEE5 (or 0x67DEE5) is known color: Turquoise Blue. HEX triplet: 67, DE and E5. RGB value is (103,222,229). Sum of RGB (Red+Green+Blue) = 103+222+229=554 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.59% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #67DEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DEE5 is #98211A. Grayscale: #BBBBBB. Windows color (decimal): -9969947 or 15064679. OLE color: 15064679.
HSL color Cylindrical-coordinate representation of color #67DEE5: hue angle of 183.33º degrees, saturation: 0.71, 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 #67DEE5 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 222 | 229 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.10 |
| HSL | 183.33º | 0.71% | 0.65% | - |
| HSV(B) | 183.33º | 0.55% | 0.9% | - |
| XYZ | 45.86 | 60.78 | 83.44 | - |
| YUV | 187.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 229 | 0.55 | 0.03 | 0 | 0.10 | 183.33 | 0.71 | 0.65 |
| Hex | 67 | DE | E5 | 37 | 3 | 0 | A | B7 | 47 | 41 |
| Octal | 147 | 336 | 345 | 67 | 3 | 0 | 12 | 267 | 107 | 101 |
| Binary | 1100111 | 11011110 | 11100101 | 110111 | 11 | 0 | 1010 | 10110111 | 1000111 | 1000001 |
Color Harmonies of #67DEE5
Complementary color
Monochromatic Colors of #67DEE5
Black with #67DEE5
Text Example
Text Example
White with #67DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DEE5; }
p { color: rgb(103,222,229); }
H1.HeaderClassName
{
color: #67DEE5;
}
.AnyTagClassName
{
color: #67DEE5;
}
</style>
background-color css
<style>
a { background-color: #67DEE5; }
a { background-color: rgb(103,222,229); }
div.DivClassName
{
background-color: #67DEE5;
}
.BgClassName
{
background-color: #67DEE5;
}
</style>
border-color css
<style>
span { border-color: #67DEE5; }
span { border-color: rgb(103,222,229); }
td.TdClassName
{
border-color: #67DEE5;
}
.TagClassName
{
border-color: #67DEE5;
}
</style>