#18d5f1

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

Shades of Bright Turquoise #18D5F1

Tints of Bright Turquoise #18D5F1

Color information

#18D5F1 (or 0x18D5F1) is unknown color: approx Bright Turquoise. HEX triplet: 18, D5 and F1. RGB value is (24,213,241). Sum of RGB (Red+Green+Blue) = 24+213+241=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #18D5F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D5F1 is #E72A0E. Grayscale: #9F9F9F. Windows color (decimal): -15149583 or 15848728. OLE color: 15848728.

HSL color Cylindrical-coordinate representation of color #18D5F1: hue angle of 187.74º 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 #18D5F1 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24213241-
CMYK0.900.1200.05
HSL187.74º88.57%51.96%-
HSV(B)187.74º90.04%94.51%-
XYZ40.0554.1391.56-
YUV159.68173.8831.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.02%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 241 (94.53% from 255) = 50.42%
R=5.02%
G=44.56%
B=50.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242132410.900.1200.05187.7488.5751.96
Hex18D5F15AC05bc5934
Octal30325361132140527413164
Binary110001101010111110001101101011000101101111001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18d5f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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