Html Css Color HEX #18E5CD Bright Turquoise

📋 copy color: '#18E5CD'

red 24 ◦ green 229 ◦ blue 205

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

Shades of Bright Turquoise #18E5CD

Tints of Bright Turquoise #18E5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 5.24%
G = 50%
B = 44.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#18E5CD (or 0x18E5CD) is known color: Bright Turquoise. HEX triplet: 18, E5 and CD. RGB value is (24,229,205). Sum of RGB (Red+Green+Blue) = 24+229+205=458 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.24% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5CD is #E71A32. Grayscale: #A4A4A4. Windows color (decimal): -15145523 or 13493528. OLE color: 13493528.

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

Color convert

RGB 24 229 205 -
CMYK 0.90 0 0.10 0.10
HSL 172.98º 0.81% 0.5% -
HSV(B) 172.98º 0.9% 0.9% -
XYZ 39.42 60.64 67.39 -
YUV 164.97 150.58 27.45 -
System Red Green Blue C M Y K H S L
Decimal 24 229 205 0.90 0 0.10 0.10 172.98 0.81 0.5
Hex 18 E5 CD 5A 0 A A AD 51 32
Octal 30 345 315 132 0 12 12 255 121 62
Binary 11000 11100101 11001101 1011010 0 1010 1010 10101101 1010001 110010

Color Harmonies of #18E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E5CD

Black with #18E5CD

Text Example


Text Example

White with #18E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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