Html Css Color HEX #12EADE Bright Turquoise

📋 copy color: '#12EADE'

red 18 ◦ green 234 ◦ blue 222

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

Shades of Bright Turquoise #12EADE

Tints of Bright Turquoise #12EADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 3.8%
G = 49.37%
B = 46.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#12EADE (or 0x12EADE) is known color: Bright Turquoise. HEX triplet: 12, EA and DE. RGB value is (18,234,222). Sum of RGB (Red+Green+Blue) = 18+234+222=474 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.80% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #12EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EADE is #ED1521. Grayscale: #A7A7A7. Windows color (decimal): -15537442 or 14608914. OLE color: 14608914.

HSL color Cylindrical-coordinate representation of color #12EADE: hue angle of 176.67º 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 #12EADE is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 234 222 -
CMYK 0.92 0 0.05 0.08
HSL 176.67º 0.86% 0.49% -
HSV(B) 176.67º 0.92% 0.92% -
XYZ 42.86 64.25 79.25 -
YUV 168.05 158.44 20.98 -
System Red Green Blue C M Y K H S L
Decimal 18 234 222 0.92 0 0.05 0.08 176.67 0.86 0.49
Hex 12 EA DE 5C 0 5 8 B1 56 31
Octal 22 352 336 134 0 5 10 261 126 61
Binary 10010 11101010 11011110 1011100 0 101 1000 10110001 1010110 110001

Color Harmonies of #12EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EADE

Black with #12EADE

Text Example


Text Example

White with #12EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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