Html Css Color HEX #18EDCD Bright Turquoise

📋 copy color: '#18EDCD'

red 24 ◦ green 237 ◦ blue 205

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

Shades of Bright Turquoise #18EDCD

Tints of Bright Turquoise #18EDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.86%

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

R = 5.15%
G = 50.86%
B = 43.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#18EDCD (or 0x18EDCD) is known color: Bright Turquoise. HEX triplet: 18, ED and CD. RGB value is (24,237,205). Sum of RGB (Red+Green+Blue) = 24+237+205=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EDCD is #E71232. Grayscale: #A9A9A9. Windows color (decimal): -15143475 or 13495576. OLE color: 13495576.

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

Color convert

RGB 24 237 205 -
CMYK 0.90 0 0.14 0.07
HSL 170.99º 0.86% 0.51% -
HSV(B) 170.99º 0.9% 0.93% -
XYZ 41.68 65.17 68.14 -
YUV 169.67 147.93 24.1 -
System Red Green Blue C M Y K H S L
Decimal 24 237 205 0.90 0 0.14 0.07 170.99 0.86 0.51
Hex 18 ED CD 5A 0 E 7 AB 56 33
Octal 30 355 315 132 0 16 7 253 126 63
Binary 11000 11101101 11001101 1011010 0 1110 111 10101011 1010110 110011

Color Harmonies of #18EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EDCD

Black with #18EDCD

Text Example


Text Example

White with #18EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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