#0CE1C7

Color #0CE1C7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0CE1C7

Tints of Bright Turquoise #0CE1C7

Color information

#0CE1C7 (or 0x0CE1C7) is unknown color: approx Bright Turquoise. HEX triplet: 0C, E1 and C7. RGB value is (12,225,199). Sum of RGB (Red+Green+Blue) = 12+225+199=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE1C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE1C7 is #F31E38. Grayscale: #9E9E9E. Windows color (decimal): -15932985 or 13099276. OLE color: 13099276.

HSL color Cylindrical-coordinate representation of color #0CE1C7: hue angle of 172.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE1C7 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB12225199-
CMYK0.9500.120.12
HSL172.68º89.87%46.47%-
HSV(B)172.68º94.67%88.24%-
XYZ37.3958.0563.27-
YUV158.35150.9323.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 2.75%
GREEN value IS 225 (88.28% from 255) = 51.61%
BLUE value IS 199 (78.12% from 255) = 45.64%
R=2.75%
G=51.61%
B=45.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122251990.9500.120.12172.6889.8746.47
HexCE1C75F0CCad5a2e
Octal143413071370141425513256
Binary110011100001110001111011111011001100101011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CE1C7; }

 p { color: rgb(12,225,199); }

 H1.HeaderClassName
 {
   color: #0CE1C7;
 }
 .AnyTagClassName
 {
   color: #0CE1C7;
 }
</style>
background-color css

<style>
 a { background-color: #0CE1C7; }

 a { background-color: rgb(12,225,199); }

 div.DivClassName
 {
   background-color: #0CE1C7;
 }
 .BgClassName
 {
   background-color: #0CE1C7;
 }
</style>
border-color css

<style>
 span { border-color: #0CE1C7; }

 span { border-color: rgb(12,225,199); }

 td.TdClassName
 {
   border-color: #0CE1C7;
 }
 .TagClassName
 {
   border-color: #0CE1C7;
 }
</style>