#18E9CC

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

Shades of Bright Turquoise #18E9CC

Tints of Bright Turquoise #18E9CC

Color information

#18E9CC (or 0x18E9CC) is unknown color: approx Bright Turquoise. HEX triplet: 18, E9 and CC. RGB value is (24,233,204). Sum of RGB (Red+Green+Blue) = 24+233+204=461 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.21% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #18E9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E9CC is #E71633. Grayscale: #A7A7A7. Windows color (decimal): -15144500 or 13429016. OLE color: 13429016.

HSL color Cylindrical-coordinate representation of color #18E9CC: hue angle of 171.67º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E9CC is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB24233204-
CMYK0.9000.120.09
HSL171.67º82.61%50.39%-
HSV(B)171.67º89.7%91.37%-
XYZ40.4162.8367.12-
YUV167.2148.7625.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.21%
GREEN value IS 233 (91.41% from 255) = 50.54%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=5.21%
G=50.54%
B=44.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal242332040.9000.120.09171.6782.6150.39
Hex18E9CC5A0C9ac5332
Octal303513141320141125412362
Binary1100011101001110011001011010011001001101011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,233,204); }

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

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

 a { background-color: rgb(24,233,204); }

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

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

 span { border-color: rgb(24,233,204); }

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