Shades of Turquoise Blue #67DCF1
Tints of Turquoise Blue #67DCF1
RGB
CMYK
RGB Variations
Color information
#67DCF1 (or 0x67DCF1) is known color: Turquoise Blue. HEX triplet: 67, DC and F1. RGB value is (103,220,241). Sum of RGB (Red+Green+Blue) = 103+220+241=564 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.26% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #67DCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCF1 is #98230E. Grayscale: #BBBBBB. Windows color (decimal): -9970447 or 15850599. OLE color: 15850599.
HSL color Cylindrical-coordinate representation of color #67DCF1: hue angle of 189.13º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67DCF1 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 220 | 241 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.05 |
| HSL | 189.13º | 0.83% | 0.67% | - |
| HSV(B) | 189.13º | 0.57% | 0.95% | - |
| XYZ | 47.06 | 60.42 | 92.4 | - |
| YUV | 187.41 | 158.24 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 241 | 0.57 | 0.09 | 0 | 0.05 | 189.13 | 0.83 | 0.67 |
| Hex | 67 | DC | F1 | 39 | 9 | 0 | 5 | BD | 53 | 43 |
| Octal | 147 | 334 | 361 | 71 | 11 | 0 | 5 | 275 | 123 | 103 |
| Binary | 1100111 | 11011100 | 11110001 | 111001 | 1001 | 0 | 101 | 10111101 | 1010011 | 1000011 |
Color Harmonies of #67DCF1
Complementary color
Monochromatic Colors of #67DCF1
Black with #67DCF1
Text Example
Text Example
White with #67DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCF1; }
p { color: rgb(103,220,241); }
H1.HeaderClassName
{
color: #67DCF1;
}
.AnyTagClassName
{
color: #67DCF1;
}
</style>
background-color css
<style>
a { background-color: #67DCF1; }
a { background-color: rgb(103,220,241); }
div.DivClassName
{
background-color: #67DCF1;
}
.BgClassName
{
background-color: #67DCF1;
}
</style>
border-color css
<style>
span { border-color: #67DCF1; }
span { border-color: rgb(103,220,241); }
td.TdClassName
{
border-color: #67DCF1;
}
.TagClassName
{
border-color: #67DCF1;
}
</style>