Html Css Color HEX #1AFED9 Bright Turquoise

📋 copy color: '#1AFED9'

red 26 ◦ green 254 ◦ blue 217

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

Shades of Bright Turquoise #1AFED9

Tints of Bright Turquoise #1AFED9

RGB

 RED value IS 26 (10.55% from 255) = 5.23%

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

 BLUE value IS 217 (85.16% from 255) = 43.66%

R = 5.23%
G = 51.11%
B = 43.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#1AFED9 (or 0x1AFED9) is known color: Bright Turquoise. HEX triplet: 1A, FE and D9. RGB value is (26,254,217). Sum of RGB (Red+Green+Blue) = 26+254+217=497 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.23% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFED9 is #E50126. Grayscale: #B5B5B5. Windows color (decimal): -15008039 or 14286362. OLE color: 14286362.

HSL color Cylindrical-coordinate representation of color #1AFED9: hue angle of 170.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFED9 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 254 217 -
CMYK 0.90 0 0.15 0.00
HSL 170.26º 0.99% 0.55% -
HSV(B) 170.26º 0.9% 1% -
XYZ 48.39 76.11 77.79 -
YUV 181.61 147.96 17.01 -
System Red Green Blue C M Y K H S L
Decimal 26 254 217 0.90 0 0.15 0.00 170.26 0.99 0.55
Hex 1A FE D9 5A 0 F 0 AA 63 37
Octal 32 376 331 132 0 17 0 252 143 67
Binary 11010 11111110 11011001 1011010 0 1111 0 10101010 1100011 110111

Color Harmonies of #1AFED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFED9

Black with #1AFED9

Text Example


Text Example

White with #1AFED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AFED9; }

 p { color: rgb(26,254,217); }

 H1.HeaderClassName
 {
   color: #1AFED9;
 }
 .AnyTagClassName
 {
   color: #1AFED9;
 }
</style>

background-color css

<style>
 a { background-color: #1AFED9; }

 a { background-color: rgb(26,254,217); }

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

border-color css

<style>
 span { border-color: #1AFED9; }

 span { border-color: rgb(26,254,217); }

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