Html Css Color HEX #18E0DC Bright Turquoise

📋 copy color: '#18E0DC'

red 24 ◦ green 224 ◦ blue 220

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

Shades of Bright Turquoise #18E0DC

Tints of Bright Turquoise #18E0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.86%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 5.13%
G = 47.86%
B = 47.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#18E0DC (or 0x18E0DC) is known color: Bright Turquoise. HEX triplet: 18, E0 and DC. RGB value is (24,224,220). Sum of RGB (Red+Green+Blue) = 24+224+220=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #18E0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E0DC is #E71F23. Grayscale: #A3A3A3. Windows color (decimal): -15146788 or 14475288. OLE color: 14475288.

HSL color Cylindrical-coordinate representation of color #18E0DC: hue angle of 178.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E0DC is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 224 220 -
CMYK 0.89 0 0.02 0.12
HSL 178.8º 0.81% 0.49% -
HSV(B) 178.8º 0.89% 0.88% -
XYZ 39.95 58.67 76.93 -
YUV 163.74 159.74 28.33 -
System Red Green Blue C M Y K H S L
Decimal 24 224 220 0.89 0 0.02 0.12 178.8 0.81 0.49
Hex 18 E0 DC 59 0 2 C B3 51 31
Octal 30 340 334 131 0 2 14 263 121 61
Binary 11000 11100000 11011100 1011001 0 10 1100 10110011 1010001 110001

Color Harmonies of #18E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E0DC

Black with #18E0DC

Text Example


Text Example

White with #18E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,224,220); }

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

background-color css

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

 a { background-color: rgb(24,224,220); }

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

border-color css

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

 span { border-color: rgb(24,224,220); }

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