#18F4CC

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

Shades of Bright Turquoise #18F4CC

Tints of Bright Turquoise #18F4CC

Color information

#18F4CC (or 0x18F4CC) is unknown color: approx Bright Turquoise. HEX triplet: 18, F4 and CC. RGB value is (24,244,204). Sum of RGB (Red+Green+Blue) = 24+244+204=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #18F4CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F4CC is #E70B33. Grayscale: #ADADAD. Windows color (decimal): -15141684 or 13431832. OLE color: 13431832.

HSL color Cylindrical-coordinate representation of color #18F4CC: hue angle of 169.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F4CC is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB24244204-
CMYK0.9000.160.04
HSL169.09º90.91%52.55%-
HSV(B)169.09º90.16%95.69%-
XYZ43.6369.2668.19-
YUV173.66145.1121.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.08%
GREEN value IS 244 (95.70% from 255) = 51.69%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=5.08%
G=51.69%
B=43.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242442040.9000.160.04169.0990.9152.55
Hex18F4CC5A0104a95b35
Octal30364314132020425113365
Binary1100011110100110011001011010010000100101010011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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