#0CE1CA

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

Shades of Bright Turquoise #0CE1CA

Tints of Bright Turquoise #0CE1CA

Color information

#0CE1CA (or 0x0CE1CA) is unknown color: approx Bright Turquoise. HEX triplet: 0C, E1 and CA. RGB value is (12,225,202). Sum of RGB (Red+Green+Blue) = 12+225+202=439 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE1CA is #F31E35. Grayscale: #9E9E9E. Windows color (decimal): -15932982 or 13295884. OLE color: 13295884.

HSL color Cylindrical-coordinate representation of color #0CE1CA: hue angle of 173.52º 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 #0CE1CA is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB12225202-
CMYK0.9500.100.12
HSL173.52º89.87%46.47%-
HSV(B)173.52º94.67%88.24%-
XYZ37.7458.1965.12-
YUV158.69152.4323.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.73%
GREEN value IS 225 (88.28% from 255) = 51.25%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=2.73%
G=51.25%
B=46.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122252020.9500.100.12173.5289.8746.47
HexCE1CA5F0ACae5a2e
Octal143413121370121425613256
Binary110011100001110010101011111010101100101011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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