Html Css Color HEX #18EEDE Bright Turquoise

📋 copy color: '#18EEDE'

red 24 ◦ green 238 ◦ blue 222

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

Shades of Bright Turquoise #18EEDE

Tints of Bright Turquoise #18EEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

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

R = 4.96%
G = 49.17%
B = 45.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#18EEDE (or 0x18EEDE) is known color: Bright Turquoise. HEX triplet: 18, EE and DE. RGB value is (24,238,222). Sum of RGB (Red+Green+Blue) = 24+238+222=484 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.96% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #18EEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EEDE is #E71121. Grayscale: #ACACAC. Windows color (decimal): -15143202 or 14609944. OLE color: 14609944.

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

Color convert

RGB 24 238 222 -
CMYK 0.90 0 0.07 0.07
HSL 175.51º 0.86% 0.51% -
HSV(B) 175.51º 0.9% 0.93% -
XYZ 44.14 66.62 79.64 -
YUV 172.19 156.1 22.3 -
System Red Green Blue C M Y K H S L
Decimal 24 238 222 0.90 0 0.07 0.07 175.51 0.86 0.51
Hex 18 EE DE 5A 0 7 7 B0 56 33
Octal 30 356 336 132 0 7 7 260 126 63
Binary 11000 11101110 11011110 1011010 0 111 111 10110000 1010110 110011

Color Harmonies of #18EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EEDE

Black with #18EEDE

Text Example


Text Example

White with #18EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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