#1AF5D8

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

Shades of Bright Turquoise #1AF5D8

Tints of Bright Turquoise #1AF5D8

Color information

#1AF5D8 (or 0x1AF5D8) is unknown color: approx Bright Turquoise. HEX triplet: 1A, F5 and D8. RGB value is (26,245,216). Sum of RGB (Red+Green+Blue) = 26+245+216=487 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.34% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF5D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF5D8 is #E50A27. Grayscale: #B0B0B0. Windows color (decimal): -15010344 or 14218522. OLE color: 14218522.

HSL color Cylindrical-coordinate representation of color #1AF5D8: hue angle of 172.05º 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 #1AF5D8 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB26245216-
CMYK0.8900.120.04
HSL172.05º91.63%53.14%-
HSV(B)172.05º89.39%96.08%-
XYZ45.4770.4876.17-
YUV176.21150.4520.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.34%
GREEN value IS 245 (96.09% from 255) = 50.31%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=5.34%
G=50.31%
B=44.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal262452160.8900.120.04172.0591.6353.14
Hex1AF5D8590C4ac5c35
Octal32365330131014425413465
Binary110101111010111011000101100101100100101011001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,245,216); }

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

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

 a { background-color: rgb(26,245,216); }

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

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

 span { border-color: rgb(26,245,216); }

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