Shades of Turquoise Blue #6FDBE4
Tints of Turquoise Blue #6FDBE4
RGB
CMYK
RGB Variations
Color information
#6FDBE4 (or 0x6FDBE4) is known color: Turquoise Blue. HEX triplet: 6F, DB and E4. RGB value is (111,219,228). Sum of RGB (Red+Green+Blue) = 111+219+228=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #6FDBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBE4 is #90241B. Grayscale: #BBBBBB. Windows color (decimal): -9446428 or 14998383. OLE color: 14998383.
HSL color Cylindrical-coordinate representation of color #6FDBE4: hue angle of 184.62º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FDBE4 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 219 | 228 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.11 |
| HSL | 184.62º | 0.68% | 0.66% | - |
| HSV(B) | 184.62º | 0.51% | 0.89% | - |
| XYZ | 45.89 | 59.64 | 82.49 | - |
| YUV | 187.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 228 | 0.51 | 0.04 | 0 | 0.11 | 184.62 | 0.68 | 0.66 |
| Hex | 6F | DB | E4 | 33 | 4 | 0 | B | B9 | 44 | 42 |
| Octal | 157 | 333 | 344 | 63 | 4 | 0 | 13 | 271 | 104 | 102 |
| Binary | 1101111 | 11011011 | 11100100 | 110011 | 100 | 0 | 1011 | 10111001 | 1000100 | 1000010 |
Color Harmonies of #6FDBE4
Complementary color
Monochromatic Colors of #6FDBE4
Black with #6FDBE4
Text Example
Text Example
White with #6FDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBE4; }
p { color: rgb(111,219,228); }
H1.HeaderClassName
{
color: #6FDBE4;
}
.AnyTagClassName
{
color: #6FDBE4;
}
</style>
background-color css
<style>
a { background-color: #6FDBE4; }
a { background-color: rgb(111,219,228); }
div.DivClassName
{
background-color: #6FDBE4;
}
.BgClassName
{
background-color: #6FDBE4;
}
</style>
border-color css
<style>
span { border-color: #6FDBE4; }
span { border-color: rgb(111,219,228); }
td.TdClassName
{
border-color: #6FDBE4;
}
.TagClassName
{
border-color: #6FDBE4;
}
</style>