#18E7CC

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

Shades of Bright Turquoise #18E7CC

Tints of Bright Turquoise #18E7CC

Color information

#18E7CC (or 0x18E7CC) is unknown color: approx Bright Turquoise. HEX triplet: 18, E7 and CC. RGB value is (24,231,204). Sum of RGB (Red+Green+Blue) = 24+231+204=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #18E7CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E7CC is #E71833. Grayscale: #A5A5A5. Windows color (decimal): -15145012 or 13428504. OLE color: 13428504.

HSL color Cylindrical-coordinate representation of color #18E7CC: hue angle of 172.17º degrees, saturation: 0.81, 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 #18E7CC is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB24231204-
CMYK0.9000.120.09
HSL172.17º81.18%50%-
HSV(B)172.17º89.61%90.59%-
XYZ39.8561.7166.94-
YUV166.03149.4226.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.23%
GREEN value IS 231 (90.62% from 255) = 50.33%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=5.23%
G=50.33%
B=44.44%

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
Decimal242312040.9000.120.09172.1781.1850
Hex18E7CC5A0C9ac5132
Octal303473141320141125412162
Binary1100011100111110011001011010011001001101011001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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