Html Css Color HEX #1AFEE6 Bright Turquoise

📋 copy color: '#1AFEE6'

red 26 ◦ green 254 ◦ blue 230

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

Shades of Bright Turquoise #1AFEE6

Tints of Bright Turquoise #1AFEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 5.1%
G = 49.8%
B = 45.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#1AFEE6 (or 0x1AFEE6) is known color: Bright Turquoise. HEX triplet: 1A, FE and E6. RGB value is (26,254,230). Sum of RGB (Red+Green+Blue) = 26+254+230=510 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.10% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFEE6 is #E50119. Grayscale: #B6B6B6. Windows color (decimal): -15008026 or 15138330. OLE color: 15138330.

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

Color convert

RGB 26 254 230 -
CMYK 0.90 0 0.09 0.00
HSL 173.68º 0.99% 0.55% -
HSV(B) 173.68º 0.9% 1% -
XYZ 50.15 76.82 87.05 -
YUV 183.09 154.46 15.95 -
System Red Green Blue C M Y K H S L
Decimal 26 254 230 0.90 0 0.09 0.00 173.68 0.99 0.55
Hex 1A FE E6 5A 0 9 0 AE 63 37
Octal 32 376 346 132 0 11 0 256 143 67
Binary 11010 11111110 11100110 1011010 0 1001 0 10101110 1100011 110111

Color Harmonies of #1AFEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFEE6

Black with #1AFEE6

Text Example


Text Example

White with #1AFEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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