Shades of Turquoise Blue #67DCED
Tints of Turquoise Blue #67DCED
RGB
CMYK
RGB Variations
Color information
#67DCED (or 0x67DCED) is known color: Turquoise Blue. HEX triplet: 67, DC and ED. RGB value is (103,220,237). Sum of RGB (Red+Green+Blue) = 103+220+237=560 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.39% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #67DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCED is #982312. Grayscale: #BABABA. Windows color (decimal): -9970451 or 15588455. OLE color: 15588455.
HSL color Cylindrical-coordinate representation of color #67DCED: hue angle of 187.61º degrees, saturation: 0.79, 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 #67DCED is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 220 | 237 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.07 |
| HSL | 187.61º | 0.79% | 0.67% | - |
| HSV(B) | 187.61º | 0.57% | 0.93% | - |
| XYZ | 46.47 | 60.18 | 89.29 | - |
| YUV | 186.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 237 | 0.57 | 0.07 | 0 | 0.07 | 187.61 | 0.79 | 0.67 |
| Hex | 67 | DC | ED | 39 | 7 | 0 | 7 | BC | 4F | 43 |
| Octal | 147 | 334 | 355 | 71 | 7 | 0 | 7 | 274 | 117 | 103 |
| Binary | 1100111 | 11011100 | 11101101 | 111001 | 111 | 0 | 111 | 10111100 | 1001111 | 1000011 |
Color Harmonies of #67DCED
Complementary color
Monochromatic Colors of #67DCED
Black with #67DCED
Text Example
Text Example
White with #67DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCED; }
p { color: rgb(103,220,237); }
H1.HeaderClassName
{
color: #67DCED;
}
.AnyTagClassName
{
color: #67DCED;
}
</style>
background-color css
<style>
a { background-color: #67DCED; }
a { background-color: rgb(103,220,237); }
div.DivClassName
{
background-color: #67DCED;
}
.BgClassName
{
background-color: #67DCED;
}
</style>
border-color css
<style>
span { border-color: #67DCED; }
span { border-color: rgb(103,220,237); }
td.TdClassName
{
border-color: #67DCED;
}
.TagClassName
{
border-color: #67DCED;
}
</style>