Html Css Color HEX #12E3DA Bright Turquoise

📋 copy color: '#12E3DA'

red 18 ◦ green 227 ◦ blue 218

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

Shades of Bright Turquoise #12E3DA

Tints of Bright Turquoise #12E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.03%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 3.89%
G = 49.03%
B = 47.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#12E3DA (or 0x12E3DA) is known color: Bright Turquoise. HEX triplet: 12, E3 and DA. RGB value is (18,227,218). Sum of RGB (Red+Green+Blue) = 18+227+218=463 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.89% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #12E3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E3DA is #ED1C25. Grayscale: #A3A3A3. Windows color (decimal): -15539238 or 14344978. OLE color: 14344978.

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

Color convert

RGB 18 227 218 -
CMYK 0.92 0 0.04 0.11
HSL 177.42º 0.85% 0.48% -
HSV(B) 177.42º 0.92% 0.89% -
XYZ 40.37 60.13 75.81 -
YUV 163.48 158.76 24.23 -
System Red Green Blue C M Y K H S L
Decimal 18 227 218 0.92 0 0.04 0.11 177.42 0.85 0.48
Hex 12 E3 DA 5C 0 4 B B1 55 30
Octal 22 343 332 134 0 4 13 261 125 60
Binary 10010 11100011 11011010 1011100 0 100 1011 10110001 1010101 110000

Color Harmonies of #12E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E3DA

Black with #12E3DA

Text Example


Text Example

White with #12E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,227,218); }

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

background-color css

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

 a { background-color: rgb(18,227,218); }

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

border-color css

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

 span { border-color: rgb(18,227,218); }

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