Shades of Turquoise Blue #67DBEF
Tints of Turquoise Blue #67DBEF
RGB
CMYK
RGB Variations
Color information
#67DBEF (or 0x67DBEF) is known color: Turquoise Blue. HEX triplet: 67, DB and EF. RGB value is (103,219,239). Sum of RGB (Red+Green+Blue) = 103+219+239=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #67DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DBEF is #982410. Grayscale: #BABABA. Windows color (decimal): -9970705 or 15719271. OLE color: 15719271.
HSL color Cylindrical-coordinate representation of color #67DBEF: hue angle of 188.82º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67DBEF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 219 | 239 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.06 |
| HSL | 188.82º | 0.81% | 0.67% | - |
| HSV(B) | 188.82º | 0.57% | 0.94% | - |
| XYZ | 46.51 | 59.78 | 90.75 | - |
| YUV | 186.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 239 | 0.57 | 0.08 | 0 | 0.06 | 188.82 | 0.81 | 0.67 |
| Hex | 67 | DB | EF | 39 | 8 | 0 | 6 | BD | 51 | 43 |
| Octal | 147 | 333 | 357 | 71 | 10 | 0 | 6 | 275 | 121 | 103 |
| Binary | 1100111 | 11011011 | 11101111 | 111001 | 1000 | 0 | 110 | 10111101 | 1010001 | 1000011 |
Color Harmonies of #67DBEF
Complementary color
Monochromatic Colors of #67DBEF
Black with #67DBEF
Text Example
Text Example
White with #67DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBEF; }
p { color: rgb(103,219,239); }
H1.HeaderClassName
{
color: #67DBEF;
}
.AnyTagClassName
{
color: #67DBEF;
}
</style>
background-color css
<style>
a { background-color: #67DBEF; }
a { background-color: rgb(103,219,239); }
div.DivClassName
{
background-color: #67DBEF;
}
.BgClassName
{
background-color: #67DBEF;
}
</style>
border-color css
<style>
span { border-color: #67DBEF; }
span { border-color: rgb(103,219,239); }
td.TdClassName
{
border-color: #67DBEF;
}
.TagClassName
{
border-color: #67DBEF;
}
</style>