Shades of Turquoise Blue #6CEEEE
Tints of Turquoise Blue #6CEEEE
RGB
CMYK
RGB Variations
Color information
#6CEEEE (or 0x6CEEEE) is known color: Turquoise Blue. HEX triplet: 6C, EE and EE. RGB value is (108,238,238). Sum of RGB (Red+Green+Blue) = 108+238+238=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #6CEEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEEEE is #931111. Grayscale: #C7C7C7. Windows color (decimal): -9638162 or 15658604. OLE color: 15658604.
HSL color Cylindrical-coordinate representation of color #6CEEEE: hue angle of 180º 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 #6CEEEE is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 238 | 238 | - |
| CMYK | 0.55 | 0 | 0 | 0.07 |
| HSL | 180º | 0.79% | 0.68% | - |
| HSV(B) | 180º | 0.55% | 0.93% | - |
| XYZ | 52.19 | 70.51 | 91.75 | - |
| YUV | 199.13 | 149.93 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 238 | 238 | 0.55 | 0 | 0 | 0.07 | 180 | 0.79 | 0.68 |
| Hex | 6C | EE | EE | 37 | 0 | 0 | 7 | B4 | 4F | 44 |
| Octal | 154 | 356 | 356 | 67 | 0 | 0 | 7 | 264 | 117 | 104 |
| Binary | 1101100 | 11101110 | 11101110 | 110111 | 0 | 0 | 111 | 10110100 | 1001111 | 1000100 |
Color Harmonies of #6CEEEE
Complementary color
Monochromatic Colors of #6CEEEE
Black with #6CEEEE
Text Example
Text Example
White with #6CEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEEEE; }
p { color: rgb(108,238,238); }
H1.HeaderClassName
{
color: #6CEEEE;
}
.AnyTagClassName
{
color: #6CEEEE;
}
</style>
background-color css
<style>
a { background-color: #6CEEEE; }
a { background-color: rgb(108,238,238); }
div.DivClassName
{
background-color: #6CEEEE;
}
.BgClassName
{
background-color: #6CEEEE;
}
</style>
border-color css
<style>
span { border-color: #6CEEEE; }
span { border-color: rgb(108,238,238); }
td.TdClassName
{
border-color: #6CEEEE;
}
.TagClassName
{
border-color: #6CEEEE;
}
</style>