#18DEFB

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

Shades of Bright Turquoise #18DEFB

Tints of Bright Turquoise #18DEFB

Color information

#18DEFB (or 0x18DEFB) is unknown color: approx Bright Turquoise. HEX triplet: 18, DE and FB. RGB value is (24,222,251). Sum of RGB (Red+Green+Blue) = 24+222+251=497 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.83% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #18DEFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DEFB is #E72104. Grayscale: #A5A5A5. Windows color (decimal): -15147269 or 16506392. OLE color: 16506392.

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

Color convert

RGB24222251-
CMYK0.900.1200.02
HSL187.67º96.6%53.92%-
HSV(B)187.67º90.44%98.43%-
XYZ43.9159.4100.42-
YUV166.1175.926.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.83%
GREEN value IS 222 (87.11% from 255) = 44.67%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=4.83%
G=44.67%
B=50.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242222510.900.1200.02187.6796.653.92
Hex18DEFB5AC02bc6136
Octal30336373132140227414166
Binary11000110111101111101110110101100010101111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,222,251); }

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

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

 a { background-color: rgb(24,222,251); }

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

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

 span { border-color: rgb(24,222,251); }

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