Shades of Turquoise Blue #67DCEE
Tints of Turquoise Blue #67DCEE
RGB
CMYK
RGB Variations
Color information
#67DCEE (or 0x67DCEE) is known color: Turquoise Blue. HEX triplet: 67, DC and EE. RGB value is (103,220,238). Sum of RGB (Red+Green+Blue) = 103+220+238=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #67DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCEE is #982311. Grayscale: #BABABA. Windows color (decimal): -9970450 or 15653991. OLE color: 15653991.
HSL color Cylindrical-coordinate representation of color #67DCEE: hue angle of 188º 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 #67DCEE is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 220 | 238 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.07 |
| HSL | 188º | 0.8% | 0.67% | - |
| HSV(B) | 188º | 0.57% | 0.93% | - |
| XYZ | 46.62 | 60.24 | 90.06 | - |
| YUV | 187.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 238 | 0.57 | 0.08 | 0 | 0.07 | 188 | 0.8 | 0.67 |
| Hex | 67 | DC | EE | 39 | 8 | 0 | 7 | BC | 50 | 43 |
| Octal | 147 | 334 | 356 | 71 | 10 | 0 | 7 | 274 | 120 | 103 |
| Binary | 1100111 | 11011100 | 11101110 | 111001 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000011 |
Color Harmonies of #67DCEE
Complementary color
Monochromatic Colors of #67DCEE
Black with #67DCEE
Text Example
Text Example
White with #67DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCEE; }
p { color: rgb(103,220,238); }
H1.HeaderClassName
{
color: #67DCEE;
}
.AnyTagClassName
{
color: #67DCEE;
}
</style>
background-color css
<style>
a { background-color: #67DCEE; }
a { background-color: rgb(103,220,238); }
div.DivClassName
{
background-color: #67DCEE;
}
.BgClassName
{
background-color: #67DCEE;
}
</style>
border-color css
<style>
span { border-color: #67DCEE; }
span { border-color: rgb(103,220,238); }
td.TdClassName
{
border-color: #67DCEE;
}
.TagClassName
{
border-color: #67DCEE;
}
</style>