Shades of Bright Turquoise #0CE7EA
Tints of Bright Turquoise #0CE7EA
RGB
CMYK
RGB Variations
Color information
#0CE7EA (or 0x0CE7EA) is known color: Bright Turquoise. HEX triplet: 0C, E7 and EA. RGB value is (12,231,234). Sum of RGB (Red+Green+Blue) = 12+231+234=477 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.52% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CE7EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CE7EA is #F31815. Grayscale: #A5A5A5. Windows color (decimal): -15931414 or 15394572. OLE color: 15394572.
HSL color Cylindrical-coordinate representation of color #0CE7EA: hue angle of 180.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE7EA is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 231 | 234 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.08 |
| HSL | 180.81º | 0.9% | 0.48% | - |
| HSV(B) | 180.81º | 0.95% | 0.92% | - |
| XYZ | 43.58 | 63.17 | 87.74 | - |
| YUV | 165.86 | 166.45 | 18.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 231 | 234 | 0.95 | 0.01 | 0 | 0.08 | 180.81 | 0.9 | 0.48 |
| Hex | C | E7 | EA | 5F | 1 | 0 | 8 | B5 | 5A | 30 |
| Octal | 14 | 347 | 352 | 137 | 1 | 0 | 10 | 265 | 132 | 60 |
| Binary | 1100 | 11100111 | 11101010 | 1011111 | 1 | 0 | 1000 | 10110101 | 1011010 | 110000 |
Color Harmonies of #0CE7EA
Complementary color
Monochromatic Colors of #0CE7EA
Black with #0CE7EA
Text Example
Text Example
White with #0CE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE7EA; }
p { color: rgb(12,231,234); }
H1.HeaderClassName
{
color: #0CE7EA;
}
.AnyTagClassName
{
color: #0CE7EA;
}
</style>
background-color css
<style>
a { background-color: #0CE7EA; }
a { background-color: rgb(12,231,234); }
div.DivClassName
{
background-color: #0CE7EA;
}
.BgClassName
{
background-color: #0CE7EA;
}
</style>
border-color css
<style>
span { border-color: #0CE7EA; }
span { border-color: rgb(12,231,234); }
td.TdClassName
{
border-color: #0CE7EA;
}
.TagClassName
{
border-color: #0CE7EA;
}
</style>