#18DEC4

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

Shades of Bright Turquoise #18DEC4

Tints of Bright Turquoise #18DEC4

Color information

#18DEC4 (or 0x18DEC4) is unknown color: approx Bright Turquoise. HEX triplet: 18, DE and C4. RGB value is (24,222,196). Sum of RGB (Red+Green+Blue) = 24+222+196=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEC4 is #E7213B. Grayscale: #9F9F9F. Windows color (decimal): -15147324 or 12901912. OLE color: 12901912.

HSL color Cylindrical-coordinate representation of color #18DEC4: hue angle of 172.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DEC4 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB24222196-
CMYK0.8900.120.13
HSL172.12º80.49%48.24%-
HSV(B)172.12º89.19%87.06%-
XYZ36.4656.4261.19-
YUV159.83148.431.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.43%
GREEN value IS 222 (87.11% from 255) = 50.23%
BLUE value IS 196 (76.95% from 255) = 44.34%
R=5.43%
G=50.23%
B=44.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal242221960.8900.120.13172.1280.4948.24
Hex18DEC4590CDac5030
Octal303363041310141525412060
Binary1100011011110110001001011001011001101101011001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,222,196); }

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

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

 a { background-color: rgb(24,222,196); }

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

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

 span { border-color: rgb(24,222,196); }

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