#18F9DA

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

Shades of Bright Turquoise #18F9DA

Tints of Bright Turquoise #18F9DA

Color information

#18F9DA (or 0x18F9DA) is unknown color: approx Bright Turquoise. HEX triplet: 18, F9 and DA. RGB value is (24,249,218). Sum of RGB (Red+Green+Blue) = 24+249+218=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F9DA is #E70625. Grayscale: #B2B2B2. Windows color (decimal): -15140390 or 14350616. OLE color: 14350616.

HSL color Cylindrical-coordinate representation of color #18F9DA: hue angle of 171.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F9DA is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB24249218-
CMYK0.9000.120.02
HSL171.73º94.94%53.53%-
HSV(B)171.73º90.36%97.65%-
XYZ46.9173.0177.95-
YUV178.19150.4618.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.89%
GREEN value IS 249 (97.66% from 255) = 50.71%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=4.89%
G=50.71%
B=44.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242492180.9000.120.02171.7394.9453.53
Hex18F9DA5A0C2ac5f36
Octal30371332132014225413766
Binary11000111110011101101010110100110010101011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,249,218); }

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

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

 a { background-color: rgb(24,249,218); }

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

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

 span { border-color: rgb(24,249,218); }

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