Html Css Color HEX #0CE9BF Bright Turquoise

📋 copy color: '#0CE9BF'

red 12 ◦ green 233 ◦ blue 191

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

Shades of Bright Turquoise #0CE9BF

Tints of Bright Turquoise #0CE9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 2.75%
G = 53.44%
B = 43.81%

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

#0CE9BF (or 0x0CE9BF) is known color: Bright Turquoise. HEX triplet: 0C, E9 and BF. RGB value is (12,233,191). Sum of RGB (Red+Green+Blue) = 12+233+191=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE9BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CE9BF is #F31640. Grayscale: #A2A2A2. Windows color (decimal): -15930945 or 12577036. OLE color: 12577036.

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

Color convert

RGB 12 233 191 -
CMYK 0.95 0 0.18 0.09
HSL 168.6º 0.9% 0.48% -
HSV(B) 168.6º 0.95% 0.91% -
XYZ 38.69 62.12 59.24 -
YUV 162.13 144.28 20.92 -
System Red Green Blue C M Y K H S L
Decimal 12 233 191 0.95 0 0.18 0.09 168.6 0.9 0.48
Hex C E9 BF 5F 0 12 9 A9 5A 30
Octal 14 351 277 137 0 22 11 251 132 60
Binary 1100 11101001 10111111 1011111 0 10010 1001 10101001 1011010 110000

Color Harmonies of #0CE9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE9BF

Black with #0CE9BF

Text Example


Text Example

White with #0CE9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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