#1AFCE2

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

Shades of Bright Turquoise #1AFCE2

Tints of Bright Turquoise #1AFCE2

Color information

#1AFCE2 (or 0x1AFCE2) is unknown color: approx Bright Turquoise. HEX triplet: 1A, FC and E2. RGB value is (26,252,226). Sum of RGB (Red+Green+Blue) = 26+252+226=504 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.16% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFCE2 is #E5031D. Grayscale: #B5B5B5. Windows color (decimal): -15008542 or 14875674. OLE color: 14875674.

HSL color Cylindrical-coordinate representation of color #1AFCE2: hue angle of 173.1º degrees, saturation: 0.97, 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 #1AFCE2 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB26252226-
CMYK0.9000.100.01
HSL173.1º97.41%54.51%-
HSV(B)173.1º89.68%98.82%-
XYZ48.9675.3383.91-
YUV181.46153.1317.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.16%
GREEN value IS 252 (98.83% from 255) = 50%
BLUE value IS 226 (88.67% from 255) = 44.84%
R=5.16%
G=50%
B=44.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal262522260.9000.100.01173.197.4154.51
Hex1AFCE25A0A1ad6137
Octal32374342132012125514167
Binary1101011111100111000101011010010101101011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,252,226); }

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

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

 a { background-color: rgb(26,252,226); }

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

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

 span { border-color: rgb(26,252,226); }

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