#18EFCF

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

Shades of Bright Turquoise #18EFCF

Tints of Bright Turquoise #18EFCF

Color information

#18EFCF (or 0x18EFCF) is unknown color: approx Bright Turquoise. HEX triplet: 18, EF and CF. RGB value is (24,239,207). Sum of RGB (Red+Green+Blue) = 24+239+207=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #18EFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EFCF is #E71030. Grayscale: #AAAAAA. Windows color (decimal): -15142961 or 13627160. OLE color: 13627160.

HSL color Cylindrical-coordinate representation of color #18EFCF: hue angle of 171.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EFCF is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB24239207-
CMYK0.9000.130.06
HSL171.07º87.04%51.57%-
HSV(B)171.07º89.96%93.73%-
XYZ42.5166.4369.61-
YUV171.07148.2723.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.11%
GREEN value IS 239 (93.75% from 255) = 50.85%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=5.11%
G=50.85%
B=44.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal242392070.9000.130.06171.0787.0451.57
Hex18EFCF5A0D6ab5734
Octal30357317132015625312764
Binary110001110111111001111101101001101110101010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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