#0CE1C9

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

Shades of Bright Turquoise #0CE1C9

Tints of Bright Turquoise #0CE1C9

Color information

#0CE1C9 (or 0x0CE1C9) is unknown color: approx Bright Turquoise. HEX triplet: 0C, E1 and C9. RGB value is (12,225,201). Sum of RGB (Red+Green+Blue) = 12+225+201=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE1C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE1C9 is #F31E36. Grayscale: #9E9E9E. Windows color (decimal): -15932983 or 13230348. OLE color: 13230348.

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

Color convert

RGB12225201-
CMYK0.9500.110.12
HSL173.24º89.87%46.47%-
HSV(B)173.24º94.67%88.24%-
XYZ37.6258.1564.5-
YUV158.58151.9323.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.74%
GREEN value IS 225 (88.28% from 255) = 51.37%
BLUE value IS 201 (78.91% from 255) = 45.89%
R=2.74%
G=51.37%
B=45.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122252010.9500.110.12173.2489.8746.47
HexCE1C95F0BCad5a2e
Octal143413111370131425513256
Binary110011100001110010011011111010111100101011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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