Html Css Color HEX #12E1EA Bright Turquoise

📋 copy color: '#12E1EA'

red 18 ◦ green 225 ◦ blue 234

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

Shades of Bright Turquoise #12E1EA

Tints of Bright Turquoise #12E1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 3.77%
G = 47.17%
B = 49.06%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12E1EA (or 0x12E1EA) is known color: Bright Turquoise. HEX triplet: 12, E1 and EA. RGB value is (18,225,234). Sum of RGB (Red+Green+Blue) = 18+225+234=477 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #12E1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E1EA is #ED1E15. Grayscale: #A3A3A3. Windows color (decimal): -15539734 or 15393042. OLE color: 15393042.

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

Color convert

RGB 18 225 234 -
CMYK 0.92 0.04 0 0.08
HSL 182.5º 0.86% 0.49% -
HSV(B) 182.5º 0.92% 0.92% -
XYZ 42.03 59.92 87.19 -
YUV 164.13 167.42 23.77 -
System Red Green Blue C M Y K H S L
Decimal 18 225 234 0.92 0.04 0 0.08 182.5 0.86 0.49
Hex 12 E1 EA 5C 4 0 8 B6 56 31
Octal 22 341 352 134 4 0 10 266 126 61
Binary 10010 11100001 11101010 1011100 100 0 1000 10110110 1010110 110001

Color Harmonies of #12E1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E1EA

Black with #12E1EA

Text Example


Text Example

White with #12E1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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