Html Css Color HEX #0CEFC2 Bright Turquoise

📋 copy color: '#0CEFC2'

red 12 ◦ green 239 ◦ blue 194

#0CEFC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0CEFC2

Tints of Bright Turquoise #0CEFC2

RGB

 RED value IS 12 (5.08% from 255) = 2.7%

 GREEN value IS 239 (93.75% from 255) = 53.71%

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 2.7%
G = 53.71%
B = 43.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#0CEFC2 (or 0x0CEFC2) is known color: Bright Turquoise. HEX triplet: 0C, EF and C2. RGB value is (12,239,194). Sum of RGB (Red+Green+Blue) = 12+239+194=445 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEFC2 is #F3103D. Grayscale: #A5A5A5. Windows color (decimal): -15929406 or 12775180. OLE color: 12775180.

HSL color Cylindrical-coordinate representation of color #0CEFC2: hue angle of 168.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEFC2 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 239 194 -
CMYK 0.95 0 0.19 0.06
HSL 168.11º 0.9% 0.49% -
HSV(B) 168.11º 0.95% 0.94% -
XYZ 40.76 65.71 61.57 -
YUV 166 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 12 239 194 0.95 0 0.19 0.06 168.11 0.9 0.49
Hex C EF C2 5F 0 13 6 A8 5A 31
Octal 14 357 302 137 0 23 6 250 132 61
Binary 1100 11101111 11000010 1011111 0 10011 110 10101000 1011010 110001

Color Harmonies of #0CEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEFC2

Black with #0CEFC2

Text Example


Text Example

White with #0CEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,239,194); }

 H1.HeaderClassName
 {
   color: #0CEFC2;
 }
 .AnyTagClassName
 {
   color: #0CEFC2;
 }
</style>

background-color css

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

 a { background-color: rgb(12,239,194); }

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

border-color css

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

 span { border-color: rgb(12,239,194); }

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