Html Css Color HEX #12E9DB Bright Turquoise

📋 copy color: '#12E9DB'

red 18 ◦ green 233 ◦ blue 219

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

Shades of Bright Turquoise #12E9DB

Tints of Bright Turquoise #12E9DB

RGB

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

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

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

R = 3.83%
G = 49.57%
B = 46.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#12E9DB (or 0x12E9DB) is known color: Bright Turquoise. HEX triplet: 12, E9 and DB. RGB value is (18,233,219). Sum of RGB (Red+Green+Blue) = 18+233+219=470 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.83% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #12E9DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12E9DB is #ED1624. Grayscale: #A6A6A6. Windows color (decimal): -15537701 or 14412050. OLE color: 14412050.

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

Color convert

RGB 18 233 219 -
CMYK 0.92 0 0.06 0.09
HSL 176.09º 0.86% 0.49% -
HSV(B) 176.09º 0.92% 0.91% -
XYZ 42.17 63.52 77.06 -
YUV 167.12 157.27 21.64 -
System Red Green Blue C M Y K H S L
Decimal 18 233 219 0.92 0 0.06 0.09 176.09 0.86 0.49
Hex 12 E9 DB 5C 0 6 9 B0 56 31
Octal 22 351 333 134 0 6 11 260 126 61
Binary 10010 11101001 11011011 1011100 0 110 1001 10110000 1010110 110001

Color Harmonies of #12E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E9DB

Black with #12E9DB

Text Example


Text Example

White with #12E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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