Html Css Color HEX #12E0DB Bright Turquoise

📋 copy color: '#12E0DB'

red 18 ◦ green 224 ◦ blue 219

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

Shades of Bright Turquoise #12E0DB

Tints of Bright Turquoise #12E0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

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

R = 3.9%
G = 48.59%
B = 47.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#12E0DB (or 0x12E0DB) is known color: Bright Turquoise. HEX triplet: 12, E0 and DB. RGB value is (18,224,219). Sum of RGB (Red+Green+Blue) = 18+224+219=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #12E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E0DB is #ED1F24. Grayscale: #A1A1A1. Windows color (decimal): -15540005 or 14409746. OLE color: 14409746.

HSL color Cylindrical-coordinate representation of color #12E0DB: hue angle of 178.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E0DB is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 224 219 -
CMYK 0.92 0 0.02 0.12
HSL 178.54º 0.85% 0.47% -
HSV(B) 178.54º 0.92% 0.88% -
XYZ 39.69 58.55 76.23 -
YUV 161.84 160.25 25.41 -
System Red Green Blue C M Y K H S L
Decimal 18 224 219 0.92 0 0.02 0.12 178.54 0.85 0.47
Hex 12 E0 DB 5C 0 2 C B3 55 2F
Octal 22 340 333 134 0 2 14 263 125 57
Binary 10010 11100000 11011011 1011100 0 10 1100 10110011 1010101 101111

Color Harmonies of #12E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E0DB

Black with #12E0DB

Text Example


Text Example

White with #12E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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