#0CEAC8

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

Shades of Bright Turquoise #0CEAC8

Tints of Bright Turquoise #0CEAC8

Color information

#0CEAC8 (or 0x0CEAC8) is unknown color: approx Bright Turquoise. HEX triplet: 0C, EA and C8. RGB value is (12,234,200). Sum of RGB (Red+Green+Blue) = 12+234+200=446 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.69% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEAC8 is #F31537. Grayscale: #A3A3A3. Windows color (decimal): -15930680 or 13167116. OLE color: 13167116.

HSL color Cylindrical-coordinate representation of color #0CEAC8: hue angle of 170.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 #0CEAC8 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB12234200-
CMYK0.9500.150.08
HSL170.81º90.24%48.24%-
HSV(B)170.81º94.87%91.76%-
XYZ4063.0964.71-
YUV163.75148.4519.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.69%
GREEN value IS 234 (91.80% from 255) = 52.47%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=2.69%
G=52.47%
B=44.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122342000.9500.150.08170.8190.2448.24
HexCEAC85F0F8ab5a30
Octal143523101370171025313260
Binary110011101010110010001011111011111000101010111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,234,200); }

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

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

 a { background-color: rgb(12,234,200); }

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

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

 span { border-color: rgb(12,234,200); }

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