Html Css Color HEX #18EDE5 Bright Turquoise

📋 copy color: '#18EDE5'

red 24 ◦ green 237 ◦ blue 229

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

Shades of Bright Turquoise #18EDE5

Tints of Bright Turquoise #18EDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 4.9%
G = 48.37%
B = 46.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#18EDE5 (or 0x18EDE5) is known color: Bright Turquoise. HEX triplet: 18, ED and E5. RGB value is (24,237,229). Sum of RGB (Red+Green+Blue) = 24+237+229=490 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.90% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EDE5 is #E7121A. Grayscale: #ACACAC. Windows color (decimal): -15143451 or 15068440. OLE color: 15068440.

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

Color convert

RGB 24 237 229 -
CMYK 0.90 0 0.03 0.07
HSL 177.75º 0.86% 0.51% -
HSV(B) 177.75º 0.9% 0.93% -
XYZ 44.8 66.42 84.59 -
YUV 172.4 159.93 22.15 -
System Red Green Blue C M Y K H S L
Decimal 24 237 229 0.90 0 0.03 0.07 177.75 0.86 0.51
Hex 18 ED E5 5A 0 3 7 B2 56 33
Octal 30 355 345 132 0 3 7 262 126 63
Binary 11000 11101101 11100101 1011010 0 11 111 10110010 1010110 110011

Color Harmonies of #18EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EDE5

Black with #18EDE5

Text Example


Text Example

White with #18EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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