Html Css Color HEX #1AFEE9 Bright Turquoise

📋 copy color: '#1AFEE9'

red 26 ◦ green 254 ◦ blue 233

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

Shades of Bright Turquoise #1AFEE9

Tints of Bright Turquoise #1AFEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 5.07%
G = 49.51%
B = 45.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#1AFEE9 (or 0x1AFEE9) is known color: Bright Turquoise. HEX triplet: 1A, FE and E9. RGB value is (26,254,233). Sum of RGB (Red+Green+Blue) = 26+254+233=513 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.07% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFEE9 is #E50116. Grayscale: #B7B7B7. Windows color (decimal): -15008023 or 15334938. OLE color: 15334938.

HSL color Cylindrical-coordinate representation of color #1AFEE9: hue angle of 174.47º 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 #1AFEE9 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 254 233 -
CMYK 0.90 0 0.08 0.00
HSL 174.47º 0.99% 0.55% -
HSV(B) 174.47º 0.9% 1% -
XYZ 50.58 76.99 89.29 -
YUV 183.43 155.96 15.71 -
System Red Green Blue C M Y K H S L
Decimal 26 254 233 0.90 0 0.08 0.00 174.47 0.99 0.55
Hex 1A FE E9 5A 0 8 0 AE 63 37
Octal 32 376 351 132 0 10 0 256 143 67
Binary 11010 11111110 11101001 1011010 0 1000 0 10101110 1100011 110111

Color Harmonies of #1AFEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFEE9

Black with #1AFEE9

Text Example


Text Example

White with #1AFEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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