Html Css Color HEX #18E5C9 Bright Turquoise

📋 copy color: '#18E5C9'

red 24 ◦ green 229 ◦ blue 201

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

Shades of Bright Turquoise #18E5C9

Tints of Bright Turquoise #18E5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 5.29%
G = 50.44%
B = 44.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#18E5C9 (or 0x18E5C9) is known color: Bright Turquoise. HEX triplet: 18, E5 and C9. RGB value is (24,229,201). Sum of RGB (Red+Green+Blue) = 24+229+201=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5C9 is #E71A36. Grayscale: #A4A4A4. Windows color (decimal): -15145527 or 13231384. OLE color: 13231384.

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

Color convert

RGB 24 229 201 -
CMYK 0.90 0 0.12 0.10
HSL 171.8º 0.81% 0.5% -
HSV(B) 171.8º 0.9% 0.9% -
XYZ 38.94 60.45 64.87 -
YUV 164.51 148.58 27.78 -
System Red Green Blue C M Y K H S L
Decimal 24 229 201 0.90 0 0.12 0.10 171.8 0.81 0.5
Hex 18 E5 C9 5A 0 C A AC 51 32
Octal 30 345 311 132 0 14 12 254 121 62
Binary 11000 11100101 11001001 1011010 0 1100 1010 10101100 1010001 110010

Color Harmonies of #18E5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E5C9

Black with #18E5C9

Text Example


Text Example

White with #18E5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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