Shades of Turquoise Blue #67DBEE
Tints of Turquoise Blue #67DBEE
RGB
CMYK
RGB Variations
Color information
#67DBEE (or 0x67DBEE) is known color: Turquoise Blue. HEX triplet: 67, DB and EE. RGB value is (103,219,238). Sum of RGB (Red+Green+Blue) = 103+219+238=560 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.39% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #67DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DBEE is #982411. Grayscale: #BABABA. Windows color (decimal): -9970706 or 15653735. OLE color: 15653735.
HSL color Cylindrical-coordinate representation of color #67DBEE: hue angle of 188.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67DBEE is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 219 | 238 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.07 |
| HSL | 188.44º | 0.8% | 0.67% | - |
| HSV(B) | 188.44º | 0.57% | 0.93% | - |
| XYZ | 46.36 | 59.72 | 89.97 | - |
| YUV | 186.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 238 | 0.57 | 0.08 | 0 | 0.07 | 188.44 | 0.8 | 0.67 |
| Hex | 67 | DB | EE | 39 | 8 | 0 | 7 | BC | 50 | 43 |
| Octal | 147 | 333 | 356 | 71 | 10 | 0 | 7 | 274 | 120 | 103 |
| Binary | 1100111 | 11011011 | 11101110 | 111001 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000011 |
Color Harmonies of #67DBEE
Complementary color
Monochromatic Colors of #67DBEE
Black with #67DBEE
Text Example
Text Example
White with #67DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBEE; }
p { color: rgb(103,219,238); }
H1.HeaderClassName
{
color: #67DBEE;
}
.AnyTagClassName
{
color: #67DBEE;
}
</style>
background-color css
<style>
a { background-color: #67DBEE; }
a { background-color: rgb(103,219,238); }
div.DivClassName
{
background-color: #67DBEE;
}
.BgClassName
{
background-color: #67DBEE;
}
</style>
border-color css
<style>
span { border-color: #67DBEE; }
span { border-color: rgb(103,219,238); }
td.TdClassName
{
border-color: #67DBEE;
}
.TagClassName
{
border-color: #67DBEE;
}
</style>