#1afec3

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

Shades of Bright Turquoise #1AFEC3

Tints of Bright Turquoise #1AFEC3

Color information

#1AFEC3 (or 0x1AFEC3) is unknown color: approx Bright Turquoise. HEX triplet: 1A, FE and C3. RGB value is (26,254,195). Sum of RGB (Red+Green+Blue) = 26+254+195=475 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.47% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFEC3 is #E5013C. Grayscale: #B3B3B3. Windows color (decimal): -15008061 or 12844570. OLE color: 12844570.

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

Color convert

RGB26254195-
CMYK0.9000.230.00
HSL164.47º99.13%54.9%-
HSV(B)164.47º89.76%99.61%-
XYZ45.7275.0463.7-
YUV179.1136.9618.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.47%
GREEN value IS 254 (99.61% from 255) = 53.47%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=5.47%
G=53.47%
B=41.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal262541950.9000.230.00164.4799.1354.9
Hex1AFEC35A0170a46337
Octal32376303132027024414367
Binary11010111111101100001110110100101110101001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1afec3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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