Html Css Color HEX #18E0DE Bright Turquoise

📋 copy color: '#18E0DE'

red 24 ◦ green 224 ◦ blue 222

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

Shades of Bright Turquoise #18E0DE

Tints of Bright Turquoise #18E0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 5.11%
G = 47.66%
B = 47.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#18E0DE (or 0x18E0DE) is known color: Bright Turquoise. HEX triplet: 18, E0 and DE. RGB value is (24,224,222). Sum of RGB (Red+Green+Blue) = 24+224+222=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #18E0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E0DE is #E71F21. Grayscale: #A3A3A3. Windows color (decimal): -15146786 or 14606360. OLE color: 14606360.

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

Color convert

RGB 24 224 222 -
CMYK 0.89 0 0.01 0.12
HSL 179.4º 0.81% 0.49% -
HSV(B) 179.4º 0.89% 0.88% -
XYZ 40.22 58.78 78.33 -
YUV 163.97 160.74 28.16 -
System Red Green Blue C M Y K H S L
Decimal 24 224 222 0.89 0 0.01 0.12 179.4 0.81 0.49
Hex 18 E0 DE 59 0 1 C B3 51 31
Octal 30 340 336 131 0 1 14 263 121 61
Binary 11000 11100000 11011110 1011001 0 1 1100 10110011 1010001 110001

Color Harmonies of #18E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E0DE

Black with #18E0DE

Text Example


Text Example

White with #18E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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