Shades of Turquoise Blue #67D2EE
Tints of Turquoise Blue #67D2EE
RGB
CMYK
RGB Variations
Color information
#67D2EE (or 0x67D2EE) is known color: Turquoise Blue. HEX triplet: 67, D2 and EE. RGB value is (103,210,238). Sum of RGB (Red+Green+Blue) = 103+210+238=551 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.69% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #67D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D2EE is #982D11. Grayscale: #B4B4B4. Windows color (decimal): -9973010 or 15651431. OLE color: 15651431.
HSL color Cylindrical-coordinate representation of color #67D2EE: hue angle of 192.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 #67D2EE is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 210 | 238 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.07 |
| HSL | 192.44º | 0.8% | 0.67% | - |
| HSV(B) | 192.44º | 0.57% | 0.93% | - |
| XYZ | 44.07 | 55.15 | 89.21 | - |
| YUV | 181.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 210 | 238 | 0.57 | 0.12 | 0 | 0.07 | 192.44 | 0.8 | 0.67 |
| Hex | 67 | D2 | EE | 39 | C | 0 | 7 | C0 | 50 | 43 |
| Octal | 147 | 322 | 356 | 71 | 14 | 0 | 7 | 300 | 120 | 103 |
| Binary | 1100111 | 11010010 | 11101110 | 111001 | 1100 | 0 | 111 | 11000000 | 1010000 | 1000011 |
Color Harmonies of #67D2EE
Complementary color
Monochromatic Colors of #67D2EE
Black with #67D2EE
Text Example
Text Example
White with #67D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D2EE; }
p { color: rgb(103,210,238); }
H1.HeaderClassName
{
color: #67D2EE;
}
.AnyTagClassName
{
color: #67D2EE;
}
</style>
background-color css
<style>
a { background-color: #67D2EE; }
a { background-color: rgb(103,210,238); }
div.DivClassName
{
background-color: #67D2EE;
}
.BgClassName
{
background-color: #67D2EE;
}
</style>
border-color css
<style>
span { border-color: #67D2EE; }
span { border-color: rgb(103,210,238); }
td.TdClassName
{
border-color: #67D2EE;
}
.TagClassName
{
border-color: #67D2EE;
}
</style>