#18E3C1

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

Shades of Bright Turquoise #18E3C1

Tints of Bright Turquoise #18E3C1

Color information

#18E3C1 (or 0x18E3C1) is unknown color: approx Bright Turquoise. HEX triplet: 18, E3 and C1. RGB value is (24,227,193). Sum of RGB (Red+Green+Blue) = 24+227+193=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #18E3C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E3C1 is #E71C3E. Grayscale: #A2A2A2. Windows color (decimal): -15146047 or 12706584. OLE color: 12706584.

HSL color Cylindrical-coordinate representation of color #18E3C1: hue angle of 169.95º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E3C1 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB24227193-
CMYK0.8900.150.11
HSL169.95º80.88%49.22%-
HSV(B)169.95º89.43%89.02%-
XYZ37.4758.9859.86-
YUV162.43145.2529.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.41%
GREEN value IS 227 (89.06% from 255) = 51.13%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=5.41%
G=51.13%
B=43.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal242271930.8900.150.11169.9580.8849.22
Hex18E3C1590FBaa5131
Octal303433011310171325212161
Binary1100011100011110000011011001011111011101010101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18E3C1; }

 p { color: rgb(24,227,193); }

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

<style>
 a { background-color: #18E3C1; }

 a { background-color: rgb(24,227,193); }

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

<style>
 span { border-color: #18E3C1; }

 span { border-color: rgb(24,227,193); }

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