Html Css Color HEX #18E5E4 Bright Turquoise

📋 copy color: '#18E5E4'

red 24 ◦ green 229 ◦ blue 228

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

Shades of Bright Turquoise #18E5E4

Tints of Bright Turquoise #18E5E4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.61%

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 4.99%
G = 47.61%
B = 47.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#18E5E4 (or 0x18E5E4) is known color: Bright Turquoise. HEX triplet: 18, E5 and E4. RGB value is (24,229,228). Sum of RGB (Red+Green+Blue) = 24+229+228=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5E4 is #E71A1B. Grayscale: #A7A7A7. Windows color (decimal): -15145500 or 15000856. OLE color: 15000856.

HSL color Cylindrical-coordinate representation of color #18E5E4: hue angle of 179.71º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E5E4 is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 229 228 -
CMYK 0.90 0 0.00 0.10
HSL 179.71º 0.81% 0.5% -
HSV(B) 179.71º 0.9% 0.9% -
XYZ 42.4 61.83 83.1 -
YUV 167.59 162.08 25.58 -
System Red Green Blue C M Y K H S L
Decimal 24 229 228 0.90 0 0.00 0.10 179.71 0.81 0.5
Hex 18 E5 E4 5A 0 0 A B4 51 32
Octal 30 345 344 132 0 0 12 264 121 62
Binary 11000 11100101 11100100 1011010 0 0 1010 10110100 1010001 110010

Color Harmonies of #18E5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E5E4

Black with #18E5E4

Text Example


Text Example

White with #18E5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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