#1AFDE8

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

Shades of Bright Turquoise #1AFDE8

Tints of Bright Turquoise #1AFDE8

Color information

#1AFDE8 (or 0x1AFDE8) is unknown color: approx Bright Turquoise. HEX triplet: 1A, FD and E8. RGB value is (26,253,232). Sum of RGB (Red+Green+Blue) = 26+253+232=511 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.09% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFDE8 is #E50217. Grayscale: #B6B6B6. Windows color (decimal): -15008280 or 15269146. OLE color: 15269146.

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

Color convert

RGB26253232-
CMYK0.9000.080.01
HSL174.45º98.27%54.71%-
HSV(B)174.45º89.72%99.22%-
XYZ50.1276.388.43-
YUV182.73155.7916.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.09%
GREEN value IS 253 (99.22% from 255) = 49.51%
BLUE value IS 232 (91.02% from 255) = 45.40%
R=5.09%
G=49.51%
B=45.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal262532320.9000.080.01174.4598.2754.71
Hex1AFDE85A081ae6237
Octal32375350132010125614267
Binary1101011111101111010001011010010001101011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,253,232); }

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

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

 a { background-color: rgb(26,253,232); }

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

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

 span { border-color: rgb(26,253,232); }

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