#0CE4CA

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

Shades of Bright Turquoise #0CE4CA

Tints of Bright Turquoise #0CE4CA

Color information

#0CE4CA (or 0x0CE4CA) is unknown color: approx Bright Turquoise. HEX triplet: 0C, E4 and CA. RGB value is (12,228,202). Sum of RGB (Red+Green+Blue) = 12+228+202=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE4CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE4CA is #F31B35. Grayscale: #A0A0A0. Windows color (decimal): -15932214 or 13296652. OLE color: 13296652.

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

Color convert

RGB12228202-
CMYK0.9500.110.11
HSL172.78º90%47.06%-
HSV(B)172.78º94.74%89.41%-
XYZ38.5659.8365.39-
YUV160.45151.4422.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.71%
GREEN value IS 228 (89.45% from 255) = 51.58%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=2.71%
G=51.58%
B=45.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal122282020.9500.110.11172.789047.06
HexCE4CA5F0BBad5a2f
Octal143443121370131325513257
Binary110011100100110010101011111010111011101011011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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