Shades of Turquoise Blue #6BDEF0
Tints of Turquoise Blue #6BDEF0
RGB
CMYK
RGB Variations
Color information
#6BDEF0 (or 0x6BDEF0) is known color: Turquoise Blue. HEX triplet: 6B, DE and F0. RGB value is (107,222,240). Sum of RGB (Red+Green+Blue) = 107+222+240=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BDEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDEF0 is #94210F. Grayscale: #BDBDBD. Windows color (decimal): -9707792 or 15785579. OLE color: 15785579.
HSL color Cylindrical-coordinate representation of color #6BDEF0: hue angle of 188.12º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BDEF0 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 222 | 240 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.06 |
| HSL | 188.12º | 0.82% | 0.68% | - |
| HSV(B) | 188.12º | 0.55% | 0.94% | - |
| XYZ | 47.91 | 61.66 | 91.81 | - |
| YUV | 189.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 240 | 0.55 | 0.08 | 0 | 0.06 | 188.12 | 0.82 | 0.68 |
| Hex | 6B | DE | F0 | 37 | 8 | 0 | 6 | BC | 52 | 44 |
| Octal | 153 | 336 | 360 | 67 | 10 | 0 | 6 | 274 | 122 | 104 |
| Binary | 1101011 | 11011110 | 11110000 | 110111 | 1000 | 0 | 110 | 10111100 | 1010010 | 1000100 |
Color Harmonies of #6BDEF0
Complementary color
Monochromatic Colors of #6BDEF0
Black with #6BDEF0
Text Example
Text Example
White with #6BDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEF0; }
p { color: rgb(107,222,240); }
H1.HeaderClassName
{
color: #6BDEF0;
}
.AnyTagClassName
{
color: #6BDEF0;
}
</style>
background-color css
<style>
a { background-color: #6BDEF0; }
a { background-color: rgb(107,222,240); }
div.DivClassName
{
background-color: #6BDEF0;
}
.BgClassName
{
background-color: #6BDEF0;
}
</style>
border-color css
<style>
span { border-color: #6BDEF0; }
span { border-color: rgb(107,222,240); }
td.TdClassName
{
border-color: #6BDEF0;
}
.TagClassName
{
border-color: #6BDEF0;
}
</style>