Html Css Color HEX #18E7C9 Bright Turquoise

📋 copy color: '#18E7C9'

red 24 ◦ green 231 ◦ blue 201

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

Shades of Bright Turquoise #18E7C9

Tints of Bright Turquoise #18E7C9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.66%

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

R = 5.26%
G = 50.66%
B = 44.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#18E7C9 (or 0x18E7C9) is known color: Bright Turquoise. HEX triplet: 18, E7 and C9. RGB value is (24,231,201). Sum of RGB (Red+Green+Blue) = 24+231+201=456 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.26% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #18E7C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E7C9 is #E71836. Grayscale: #A5A5A5. Windows color (decimal): -15145015 or 13231896. OLE color: 13231896.

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

Color convert

RGB 24 231 201 -
CMYK 0.90 0 0.13 0.09
HSL 171.3º 0.81% 0.5% -
HSV(B) 171.3º 0.9% 0.91% -
XYZ 39.5 61.56 65.06 -
YUV 165.69 147.92 26.94 -
System Red Green Blue C M Y K H S L
Decimal 24 231 201 0.90 0 0.13 0.09 171.3 0.81 0.5
Hex 18 E7 C9 5A 0 D 9 AB 51 32
Octal 30 347 311 132 0 15 11 253 121 62
Binary 11000 11100111 11001001 1011010 0 1101 1001 10101011 1010001 110010

Color Harmonies of #18E7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E7C9

Black with #18E7C9

Text Example


Text Example

White with #18E7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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