Html Css Color HEX #18ECC9 Bright Turquoise

📋 copy color: '#18ECC9'

red 24 ◦ green 236 ◦ blue 201

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

Shades of Bright Turquoise #18ECC9

Tints of Bright Turquoise #18ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.19%

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

R = 5.21%
G = 51.19%
B = 43.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#18ECC9 (or 0x18ECC9) is known color: Bright Turquoise. HEX triplet: 18, EC and C9. RGB value is (24,236,201). Sum of RGB (Red+Green+Blue) = 24+236+201=461 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.21% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECC9 is #E71336. Grayscale: #A8A8A8. Windows color (decimal): -15143735 or 13233176. OLE color: 13233176.

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

Color convert

RGB 24 236 201 -
CMYK 0.90 0 0.15 0.07
HSL 170.09º 0.85% 0.51% -
HSV(B) 170.09º 0.9% 0.93% -
XYZ 40.91 64.4 65.53 -
YUV 168.62 146.26 24.85 -
System Red Green Blue C M Y K H S L
Decimal 24 236 201 0.90 0 0.15 0.07 170.09 0.85 0.51
Hex 18 EC C9 5A 0 F 7 AA 55 33
Octal 30 354 311 132 0 17 7 252 125 63
Binary 11000 11101100 11001001 1011010 0 1111 111 10101010 1010101 110011

Color Harmonies of #18ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ECC9

Black with #18ECC9

Text Example


Text Example

White with #18ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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