#18E5CF

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

Shades of Bright Turquoise #18E5CF

Tints of Bright Turquoise #18E5CF

Color information

#18E5CF (or 0x18E5CF) is unknown color: approx Bright Turquoise. HEX triplet: 18, E5 and CF. RGB value is (24,229,207). Sum of RGB (Red+Green+Blue) = 24+229+207=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5CF is #E71A30. Grayscale: #A5A5A5. Windows color (decimal): -15145521 or 13624600. OLE color: 13624600.

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

Color convert

RGB24229207-
CMYK0.9000.100.10
HSL173.56º81.03%49.61%-
HSV(B)173.56º89.52%89.8%-
XYZ39.6660.7468.66-
YUV165.2151.5827.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.22%
GREEN value IS 229 (89.84% from 255) = 49.78%
BLUE value IS 207 (81.25% from 255) = 45%
R=5.22%
G=49.78%
B=45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal242292070.9000.100.10173.5681.0349.61
Hex18E5CF5A0AAae5132
Octal303453171320121225612162
Binary1100011100101110011111011010010101010101011101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,229,207); }

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

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

 a { background-color: rgb(24,229,207); }

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

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

 span { border-color: rgb(24,229,207); }

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