Html Css Color HEX #12E1DF Bright Turquoise

📋 copy color: '#12E1DF'

red 18 ◦ green 225 ◦ blue 223

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

Shades of Bright Turquoise #12E1DF

Tints of Bright Turquoise #12E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 3.86%
G = 48.28%
B = 47.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#12E1DF (or 0x12E1DF) is known color: Bright Turquoise. HEX triplet: 12, E1 and DF. RGB value is (18,225,223). Sum of RGB (Red+Green+Blue) = 18+225+223=466 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.86% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #12E1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E1DF is #ED1E20. Grayscale: #A2A2A2. Windows color (decimal): -15539745 or 14672146. OLE color: 14672146.

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

Color convert

RGB 18 225 223 -
CMYK 0.92 0 0.01 0.12
HSL 179.42º 0.85% 0.48% -
HSV(B) 179.42º 0.92% 0.88% -
XYZ 40.49 59.31 79.13 -
YUV 162.88 161.92 24.66 -
System Red Green Blue C M Y K H S L
Decimal 18 225 223 0.92 0 0.01 0.12 179.42 0.85 0.48
Hex 12 E1 DF 5C 0 1 C B3 55 30
Octal 22 341 337 134 0 1 14 263 125 60
Binary 10010 11100001 11011111 1011100 0 1 1100 10110011 1010101 110000

Color Harmonies of #12E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E1DF

Black with #12E1DF

Text Example


Text Example

White with #12E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,225,223); }

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

background-color css

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

 a { background-color: rgb(18,225,223); }

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

border-color css

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

 span { border-color: rgb(18,225,223); }

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