Html Css Color HEX #12E5EF Bright Turquoise

📋 copy color: '#12E5EF'

red 18 ◦ green 229 ◦ blue 239

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

Shades of Bright Turquoise #12E5EF

Tints of Bright Turquoise #12E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.12%

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 3.7%
G = 47.12%
B = 49.18%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#12E5EF (or 0x12E5EF) is known color: Bright Turquoise. HEX triplet: 12, E5 and EF. RGB value is (18,229,239). Sum of RGB (Red+Green+Blue) = 18+229+239=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #12E5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E5EF is #ED1A10. Grayscale: #A6A6A6. Windows color (decimal): -15538705 or 15721746. OLE color: 15721746.

HSL color Cylindrical-coordinate representation of color #12E5EF: hue angle of 182.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E5EF is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 229 239 -
CMYK 0.92 0.04 0 0.06
HSL 182.71º 0.87% 0.5% -
HSV(B) 182.71º 0.92% 0.94% -
XYZ 43.85 62.4 91.39 -
YUV 167.05 168.6 21.69 -
System Red Green Blue C M Y K H S L
Decimal 18 229 239 0.92 0.04 0 0.06 182.71 0.87 0.5
Hex 12 E5 EF 5C 4 0 6 B7 57 32
Octal 22 345 357 134 4 0 6 267 127 62
Binary 10010 11100101 11101111 1011100 100 0 110 10110111 1010111 110010

Color Harmonies of #12E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E5EF

Black with #12E5EF

Text Example


Text Example

White with #12E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,229,239); }

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

background-color css

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

 a { background-color: rgb(18,229,239); }

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

border-color css

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

 span { border-color: rgb(18,229,239); }

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