Html Css Color HEX #12FAE2 Bright Turquoise

📋 copy color: '#12FAE2'

red 18 ◦ green 250 ◦ blue 226

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

Shades of Bright Turquoise #12FAE2

Tints of Bright Turquoise #12FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.61%

 BLUE value IS 226 (88.67% from 255) = 45.75%

R = 3.64%
G = 50.61%
B = 45.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#12FAE2 (or 0x12FAE2) is known color: Bright Turquoise. HEX triplet: 12, FA and E2. RGB value is (18,250,226). Sum of RGB (Red+Green+Blue) = 18+250+226=494 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FAE2 is #ED051D. Grayscale: #B1B1B1. Windows color (decimal): -15533342 or 14875154. OLE color: 14875154.

HSL color Cylindrical-coordinate representation of color #12FAE2: hue angle of 173.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FAE2 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 226 -
CMYK 0.93 0 0.10 0.02
HSL 173.79º 0.96% 0.53% -
HSV(B) 173.79º 0.93% 0.98% -
XYZ 48.16 73.99 83.69 -
YUV 177.9 155.14 13.95 -
System Red Green Blue C M Y K H S L
Decimal 18 250 226 0.93 0 0.10 0.02 173.79 0.96 0.53
Hex 12 FA E2 5D 0 A 2 AE 60 35
Octal 22 372 342 135 0 12 2 256 140 65
Binary 10010 11111010 11100010 1011101 0 1010 10 10101110 1100000 110101

Color Harmonies of #12FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAE2

Black with #12FAE2

Text Example


Text Example

White with #12FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,250,226); }

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

background-color css

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

 a { background-color: rgb(18,250,226); }

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

border-color css

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

 span { border-color: rgb(18,250,226); }

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