#1AF6ED

Color #1AF6ED Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1AF6ED

Tints of Bright Turquoise #1AF6ED

Color information

#1AF6ED (or 0x1AF6ED) is unknown color: approx Bright Turquoise. HEX triplet: 1A, F6 and ED. RGB value is (26,246,237). Sum of RGB (Red+Green+Blue) = 26+246+237=509 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.11% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF6ED is #E50912. Grayscale: #B3B3B3. Windows color (decimal): -15010067 or 15595034. OLE color: 15595034.

HSL color Cylindrical-coordinate representation of color #1AF6ED: hue angle of 177.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF6ED is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB26246237-
CMYK0.8900.040.04
HSL177.55º92.44%53.33%-
HSV(B)177.55º89.43%96.47%-
XYZ48.6772.2591.5-
YUV179.19160.6118.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.11%
GREEN value IS 246 (96.48% from 255) = 48.33%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=5.11%
G=48.33%
B=46.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal262462370.8900.040.04177.5592.4453.33
Hex1AF6ED59044b25c35
Octal3236635513104426213465
Binary11010111101101110110110110010100100101100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,246,237); }

 H1.HeaderClassName
 {
   color: #1AF6ED;
 }
 .AnyTagClassName
 {
   color: #1AF6ED;
 }
</style>
background-color css

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

 a { background-color: rgb(26,246,237); }

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

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

 span { border-color: rgb(26,246,237); }

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