Shades of Turquoise Blue #67DAF1
Tints of Turquoise Blue #67DAF1
RGB
CMYK
RGB Variations
Color information
#67DAF1 (or 0x67DAF1) is known color: Turquoise Blue. HEX triplet: 67, DA and F1. RGB value is (103,218,241). Sum of RGB (Red+Green+Blue) = 103+218+241=562 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.33% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #67DAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DAF1 is #98250E. Grayscale: #BABABA. Windows color (decimal): -9970959 or 15850087. OLE color: 15850087.
HSL color Cylindrical-coordinate representation of color #67DAF1: hue angle of 190º 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 #67DAF1 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 218 | 241 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.05 |
| HSL | 190º | 0.83% | 0.67% | - |
| HSV(B) | 190º | 0.57% | 0.95% | - |
| XYZ | 46.54 | 59.38 | 92.23 | - |
| YUV | 186.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 241 | 0.57 | 0.10 | 0 | 0.05 | 190 | 0.83 | 0.67 |
| Hex | 67 | DA | F1 | 39 | A | 0 | 5 | BE | 53 | 43 |
| Octal | 147 | 332 | 361 | 71 | 12 | 0 | 5 | 276 | 123 | 103 |
| Binary | 1100111 | 11011010 | 11110001 | 111001 | 1010 | 0 | 101 | 10111110 | 1010011 | 1000011 |
Color Harmonies of #67DAF1
Complementary color
Monochromatic Colors of #67DAF1
Black with #67DAF1
Text Example
Text Example
White with #67DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DAF1; }
p { color: rgb(103,218,241); }
H1.HeaderClassName
{
color: #67DAF1;
}
.AnyTagClassName
{
color: #67DAF1;
}
</style>
background-color css
<style>
a { background-color: #67DAF1; }
a { background-color: rgb(103,218,241); }
div.DivClassName
{
background-color: #67DAF1;
}
.BgClassName
{
background-color: #67DAF1;
}
</style>
border-color css
<style>
span { border-color: #67DAF1; }
span { border-color: rgb(103,218,241); }
td.TdClassName
{
border-color: #67DAF1;
}
.TagClassName
{
border-color: #67DAF1;
}
</style>