Html Css Color HEX #12EABF Bright Turquoise

📋 copy color: '#12EABF'

red 18 ◦ green 234 ◦ blue 191

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

Shades of Bright Turquoise #12EABF

Tints of Bright Turquoise #12EABF

RGB

 RED value IS 18 (7.42% from 255) = 4.06%

 GREEN value IS 234 (91.8% from 255) = 52.82%

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

R = 4.06%
G = 52.82%
B = 43.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#12EABF (or 0x12EABF) is known color: Bright Turquoise. HEX triplet: 12, EA and BF. RGB value is (18,234,191). Sum of RGB (Red+Green+Blue) = 18+234+191=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #12EABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EABF is #ED1540. Grayscale: #A4A4A4. Windows color (decimal): -15537473 or 12577298. OLE color: 12577298.

HSL color Cylindrical-coordinate representation of color #12EABF: hue angle of 168.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EABF is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 234 191 -
CMYK 0.92 0 0.18 0.08
HSL 168.06º 0.86% 0.49% -
HSV(B) 168.06º 0.92% 0.92% -
XYZ 39.08 62.74 59.34 -
YUV 164.51 142.94 23.5 -
System Red Green Blue C M Y K H S L
Decimal 18 234 191 0.92 0 0.18 0.08 168.06 0.86 0.49
Hex 12 EA BF 5C 0 12 8 A8 56 31
Octal 22 352 277 134 0 22 10 250 126 61
Binary 10010 11101010 10111111 1011100 0 10010 1000 10101000 1010110 110001

Color Harmonies of #12EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EABF

Black with #12EABF

Text Example


Text Example

White with #12EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12EABF; }

 p { color: rgb(18,234,191); }

 H1.HeaderClassName
 {
   color: #12EABF;
 }
 .AnyTagClassName
 {
   color: #12EABF;
 }
</style>

background-color css

<style>
 a { background-color: #12EABF; }

 a { background-color: rgb(18,234,191); }

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

border-color css

<style>
 span { border-color: #12EABF; }

 span { border-color: rgb(18,234,191); }

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