Shades of Turquoise Blue #67DDF1
Tints of Turquoise Blue #67DDF1
RGB
CMYK
RGB Variations
Color information
#67DDF1 (or 0x67DDF1) is known color: Turquoise Blue. HEX triplet: 67, DD and F1. RGB value is (103,221,241). Sum of RGB (Red+Green+Blue) = 103+221+241=565 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.23% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #67DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DDF1 is #98220E. Grayscale: #BBBBBB. Windows color (decimal): -9970191 or 15850855. OLE color: 15850855.
HSL color Cylindrical-coordinate representation of color #67DDF1: hue angle of 188.7º 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 #67DDF1 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 221 | 241 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.05 |
| HSL | 188.7º | 0.83% | 0.67% | - |
| HSV(B) | 188.7º | 0.57% | 0.95% | - |
| XYZ | 47.33 | 60.95 | 92.49 | - |
| YUV | 188 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 241 | 0.57 | 0.08 | 0 | 0.05 | 188.7 | 0.83 | 0.67 |
| Hex | 67 | DD | F1 | 39 | 8 | 0 | 5 | BD | 53 | 43 |
| Octal | 147 | 335 | 361 | 71 | 10 | 0 | 5 | 275 | 123 | 103 |
| Binary | 1100111 | 11011101 | 11110001 | 111001 | 1000 | 0 | 101 | 10111101 | 1010011 | 1000011 |
Color Harmonies of #67DDF1
Complementary color
Monochromatic Colors of #67DDF1
Black with #67DDF1
Text Example
Text Example
White with #67DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDF1; }
p { color: rgb(103,221,241); }
H1.HeaderClassName
{
color: #67DDF1;
}
.AnyTagClassName
{
color: #67DDF1;
}
</style>
background-color css
<style>
a { background-color: #67DDF1; }
a { background-color: rgb(103,221,241); }
div.DivClassName
{
background-color: #67DDF1;
}
.BgClassName
{
background-color: #67DDF1;
}
</style>
border-color css
<style>
span { border-color: #67DDF1; }
span { border-color: rgb(103,221,241); }
td.TdClassName
{
border-color: #67DDF1;
}
.TagClassName
{
border-color: #67DDF1;
}
</style>