Html Css Color HEX #12FED5 Bright Turquoise

📋 copy color: '#12FED5'

red 18 ◦ green 254 ◦ blue 213

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

Shades of Bright Turquoise #12FED5

Tints of Bright Turquoise #12FED5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.37%

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 3.71%
G = 52.37%
B = 43.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#12FED5 (or 0x12FED5) is known color: Bright Turquoise. HEX triplet: 12, FE and D5. RGB value is (18,254,213). Sum of RGB (Red+Green+Blue) = 18+254+213=485 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.71% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #12FED5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FED5 is #ED012A. Grayscale: #B2B2B2. Windows color (decimal): -15532331 or 14024210. OLE color: 14024210.

HSL color Cylindrical-coordinate representation of color #12FED5: hue angle of 169.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FED5 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 254 213 -
CMYK 0.93 0 0.16 0.00
HSL 169.58º 0.99% 0.53% -
HSV(B) 169.58º 0.93% 1% -
XYZ 47.7 75.82 75.07 -
YUV 178.76 147.31 13.33 -
System Red Green Blue C M Y K H S L
Decimal 18 254 213 0.93 0 0.16 0.00 169.58 0.99 0.53
Hex 12 FE D5 5D 0 10 0 AA 63 35
Octal 22 376 325 135 0 20 0 252 143 65
Binary 10010 11111110 11010101 1011101 0 10000 0 10101010 1100011 110101

Color Harmonies of #12FED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FED5

Black with #12FED5

Text Example


Text Example

White with #12FED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,213); }

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

background-color css

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

 a { background-color: rgb(18,254,213); }

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

border-color css

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

 span { border-color: rgb(18,254,213); }

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