Html Css Color HEX #18EDBF Bright Turquoise

📋 copy color: '#18EDBF'

red 24 ◦ green 237 ◦ blue 191

#18EDBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #18EDBF

Tints of Bright Turquoise #18EDBF

RGB

 RED value IS 24 (9.77% from 255) = 5.31%

 GREEN value IS 237 (92.97% from 255) = 52.43%

 BLUE value IS 191 (75% from 255) = 42.26%

R = 5.31%
G = 52.43%
B = 42.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#18EDBF (or 0x18EDBF) is known color: Bright Turquoise. HEX triplet: 18, ED and BF. RGB value is (24,237,191). Sum of RGB (Red+Green+Blue) = 24+237+191=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EDBF is #E71240. Grayscale: #A8A8A8. Windows color (decimal): -15143489 or 12578072. OLE color: 12578072.

HSL color Cylindrical-coordinate representation of color #18EDBF: hue angle of 167.04º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EDBF is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 237 191 -
CMYK 0.90 0 0.19 0.07
HSL 167.04º 0.86% 0.51% -
HSV(B) 167.04º 0.9% 0.93% -
XYZ 40.06 64.52 59.63 -
YUV 168.07 140.93 25.24 -
System Red Green Blue C M Y K H S L
Decimal 24 237 191 0.90 0 0.19 0.07 167.04 0.86 0.51
Hex 18 ED BF 5A 0 13 7 A7 56 33
Octal 30 355 277 132 0 23 7 247 126 63
Binary 11000 11101101 10111111 1011010 0 10011 111 10100111 1010110 110011

Color Harmonies of #18EDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EDBF

Black with #18EDBF

Text Example


Text Example

White with #18EDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,237,191); }

 H1.HeaderClassName
 {
   color: #18EDBF;
 }
 .AnyTagClassName
 {
   color: #18EDBF;
 }
</style>

background-color css

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

 a { background-color: rgb(24,237,191); }

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

border-color css

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

 span { border-color: rgb(24,237,191); }

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