Html Css Color HEX #0CE9BE Bright Turquoise

📋 copy color: '#0CE9BE'

red 12 ◦ green 233 ◦ blue 190

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

Shades of Bright Turquoise #0CE9BE

Tints of Bright Turquoise #0CE9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.56%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 2.76%
G = 53.56%
B = 43.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#0CE9BE (or 0x0CE9BE) is known color: Bright Turquoise. HEX triplet: 0C, E9 and BE. RGB value is (12,233,190). Sum of RGB (Red+Green+Blue) = 12+233+190=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE9BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CE9BE is #F31641. Grayscale: #A1A1A1. Windows color (decimal): -15930946 or 12511500. OLE color: 12511500.

HSL color Cylindrical-coordinate representation of color #0CE9BE: hue angle of 168.33º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE9BE is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 12 233 190 -
CMYK 0.95 0 0.18 0.09
HSL 168.33º 0.9% 0.48% -
HSV(B) 168.33º 0.95% 0.91% -
XYZ 38.58 62.07 58.66 -
YUV 162.02 143.78 21 -
System Red Green Blue C M Y K H S L
Decimal 12 233 190 0.95 0 0.18 0.09 168.33 0.9 0.48
Hex C E9 BE 5F 0 12 9 A8 5A 30
Octal 14 351 276 137 0 22 11 250 132 60
Binary 1100 11101001 10111110 1011111 0 10010 1001 10101000 1011010 110000

Color Harmonies of #0CE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE9BE

Black with #0CE9BE

Text Example


Text Example

White with #0CE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,233,190); }

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

background-color css

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

 a { background-color: rgb(12,233,190); }

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

border-color css

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

 span { border-color: rgb(12,233,190); }

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