Shades of Turquoise Blue #6CEDEE
Tints of Turquoise Blue #6CEDEE
RGB
CMYK
RGB Variations
Color information
#6CEDEE (or 0x6CEDEE) is known color: Turquoise Blue. HEX triplet: 6C, ED and EE. RGB value is (108,237,238). Sum of RGB (Red+Green+Blue) = 108+237+238=583 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.52% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEDEE is #931211. Grayscale: #C6C6C6. Windows color (decimal): -9638418 or 15658348. OLE color: 15658348.
HSL color Cylindrical-coordinate representation of color #6CEDEE: hue angle of 180.46º 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 #6CEDEE is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 238 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.07 |
| HSL | 180.46º | 0.79% | 0.68% | - |
| HSV(B) | 180.46º | 0.55% | 0.93% | - |
| XYZ | 51.9 | 69.93 | 91.65 | - |
| YUV | 198.54 | 150.26 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 238 | 0.55 | 0.00 | 0 | 0.07 | 180.46 | 0.79 | 0.68 |
| Hex | 6C | ED | EE | 37 | 0 | 0 | 7 | B4 | 4F | 44 |
| Octal | 154 | 355 | 356 | 67 | 0 | 0 | 7 | 264 | 117 | 104 |
| Binary | 1101100 | 11101101 | 11101110 | 110111 | 0 | 0 | 111 | 10110100 | 1001111 | 1000100 |
Color Harmonies of #6CEDEE
Complementary color
Monochromatic Colors of #6CEDEE
Black with #6CEDEE
Text Example
Text Example
White with #6CEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDEE; }
p { color: rgb(108,237,238); }
H1.HeaderClassName
{
color: #6CEDEE;
}
.AnyTagClassName
{
color: #6CEDEE;
}
</style>
background-color css
<style>
a { background-color: #6CEDEE; }
a { background-color: rgb(108,237,238); }
div.DivClassName
{
background-color: #6CEDEE;
}
.BgClassName
{
background-color: #6CEDEE;
}
</style>
border-color css
<style>
span { border-color: #6CEDEE; }
span { border-color: rgb(108,237,238); }
td.TdClassName
{
border-color: #6CEDEE;
}
.TagClassName
{
border-color: #6CEDEE;
}
</style>