Shades of Turquoise Blue #6ADFEE
Tints of Turquoise Blue #6ADFEE
RGB
CMYK
RGB Variations
Color information
#6ADFEE (or 0x6ADFEE) is known color: Turquoise Blue. HEX triplet: 6A, DF and EE. RGB value is (106,223,238). Sum of RGB (Red+Green+Blue) = 106+223+238=567 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.69% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #6ADFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFEE is #952011. Grayscale: #BDBDBD. Windows color (decimal): -9773074 or 15654762. OLE color: 15654762.
HSL color Cylindrical-coordinate representation of color #6ADFEE: hue angle of 186.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ADFEE is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 223 | 238 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.07 |
| HSL | 186.82º | 0.8% | 0.67% | - |
| HSV(B) | 186.82º | 0.55% | 0.93% | - |
| XYZ | 47.76 | 62.01 | 90.34 | - |
| YUV | 189.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 238 | 0.55 | 0.06 | 0 | 0.07 | 186.82 | 0.8 | 0.67 |
| Hex | 6A | DF | EE | 37 | 6 | 0 | 7 | BB | 50 | 43 |
| Octal | 152 | 337 | 356 | 67 | 6 | 0 | 7 | 273 | 120 | 103 |
| Binary | 1101010 | 11011111 | 11101110 | 110111 | 110 | 0 | 111 | 10111011 | 1010000 | 1000011 |
Color Harmonies of #6ADFEE
Complementary color
Monochromatic Colors of #6ADFEE
Black with #6ADFEE
Text Example
Text Example
White with #6ADFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFEE; }
p { color: rgb(106,223,238); }
H1.HeaderClassName
{
color: #6ADFEE;
}
.AnyTagClassName
{
color: #6ADFEE;
}
</style>
background-color css
<style>
a { background-color: #6ADFEE; }
a { background-color: rgb(106,223,238); }
div.DivClassName
{
background-color: #6ADFEE;
}
.BgClassName
{
background-color: #6ADFEE;
}
</style>
border-color css
<style>
span { border-color: #6ADFEE; }
span { border-color: rgb(106,223,238); }
td.TdClassName
{
border-color: #6ADFEE;
}
.TagClassName
{
border-color: #6ADFEE;
}
</style>