Html Css Color HEX #12E2DB Bright Turquoise

📋 copy color: '#12E2DB'

red 18 ◦ green 226 ◦ blue 219

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

Shades of Bright Turquoise #12E2DB

Tints of Bright Turquoise #12E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.81%

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 3.89%
G = 48.81%
B = 47.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#12E2DB (or 0x12E2DB) is known color: Bright Turquoise. HEX triplet: 12, E2 and DB. RGB value is (18,226,219). Sum of RGB (Red+Green+Blue) = 18+226+219=463 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.89% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #12E2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E2DB is #ED1D24. Grayscale: #A2A2A2. Windows color (decimal): -15539493 or 14410258. OLE color: 14410258.

HSL color Cylindrical-coordinate representation of color #12E2DB: hue angle of 177.98º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E2DB is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 226 219 -
CMYK 0.92 0 0.03 0.11
HSL 177.98º 0.85% 0.48% -
HSV(B) 177.98º 0.92% 0.89% -
XYZ 40.23 59.64 76.41 -
YUV 163.01 159.59 24.57 -
System Red Green Blue C M Y K H S L
Decimal 18 226 219 0.92 0 0.03 0.11 177.98 0.85 0.48
Hex 12 E2 DB 5C 0 3 B B2 55 30
Octal 22 342 333 134 0 3 13 262 125 60
Binary 10010 11100010 11011011 1011100 0 11 1011 10110010 1010101 110000

Color Harmonies of #12E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E2DB

Black with #12E2DB

Text Example


Text Example

White with #12E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,226,219); }

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

background-color css

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

 a { background-color: rgb(18,226,219); }

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

border-color css

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

 span { border-color: rgb(18,226,219); }

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