Shades of Turquoise Blue #6CDEEE
Tints of Turquoise Blue #6CDEEE
RGB
CMYK
RGB Variations
Color information
#6CDEEE (or 0x6CDEEE) is known color: Turquoise Blue. HEX triplet: 6C, DE and EE. RGB value is (108,222,238). Sum of RGB (Red+Green+Blue) = 108+222+238=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDEEE is #932111. Grayscale: #BDBDBD. Windows color (decimal): -9642258 or 15654508. OLE color: 15654508.
HSL color Cylindrical-coordinate representation of color #6CDEEE: hue angle of 187.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDEEE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 222 | 238 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.07 |
| HSL | 187.38º | 0.79% | 0.68% | - |
| HSV(B) | 187.38º | 0.55% | 0.93% | - |
| XYZ | 47.74 | 61.6 | 90.26 | - |
| YUV | 189.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 238 | 0.55 | 0.07 | 0 | 0.07 | 187.38 | 0.79 | 0.68 |
| Hex | 6C | DE | EE | 37 | 7 | 0 | 7 | BB | 4F | 44 |
| Octal | 154 | 336 | 356 | 67 | 7 | 0 | 7 | 273 | 117 | 104 |
| Binary | 1101100 | 11011110 | 11101110 | 110111 | 111 | 0 | 111 | 10111011 | 1001111 | 1000100 |
Color Harmonies of #6CDEEE
Complementary color
Monochromatic Colors of #6CDEEE
Black with #6CDEEE
Text Example
Text Example
White with #6CDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEEE; }
p { color: rgb(108,222,238); }
H1.HeaderClassName
{
color: #6CDEEE;
}
.AnyTagClassName
{
color: #6CDEEE;
}
</style>
background-color css
<style>
a { background-color: #6CDEEE; }
a { background-color: rgb(108,222,238); }
div.DivClassName
{
background-color: #6CDEEE;
}
.BgClassName
{
background-color: #6CDEEE;
}
</style>
border-color css
<style>
span { border-color: #6CDEEE; }
span { border-color: rgb(108,222,238); }
td.TdClassName
{
border-color: #6CDEEE;
}
.TagClassName
{
border-color: #6CDEEE;
}
</style>