#18F1D2

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

Shades of Bright Turquoise #18F1D2

Tints of Bright Turquoise #18F1D2

Color information

#18F1D2 (or 0x18F1D2) is unknown color: approx Bright Turquoise. HEX triplet: 18, F1 and D2. RGB value is (24,241,210). Sum of RGB (Red+Green+Blue) = 24+241+210=475 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.05% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #18F1D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F1D2 is #E70E2D. Grayscale: #ACACAC. Windows color (decimal): -15142446 or 13824280. OLE color: 13824280.

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

Color convert

RGB24241210-
CMYK0.9000.130.05
HSL171.43º88.57%51.96%-
HSV(B)171.43º90.04%94.51%-
XYZ43.4667.7671.76-
YUV172.58149.1122.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.05%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 210 (82.42% from 255) = 44.21%
R=5.05%
G=50.74%
B=44.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242412100.9000.130.05171.4388.5751.96
Hex18F1D25A0D5ab5934
Octal30361322132015525313164
Binary110001111000111010010101101001101101101010111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,241,210); }

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

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

 a { background-color: rgb(24,241,210); }

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

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

 span { border-color: rgb(24,241,210); }

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