Html Css Color HEX #18EDCC Bright Turquoise

📋 copy color: '#18EDCC'

red 24 ◦ green 237 ◦ blue 204

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

Shades of Bright Turquoise #18EDCC

Tints of Bright Turquoise #18EDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 5.16%
G = 50.97%
B = 43.87%

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

#18EDCC (or 0x18EDCC) is known color: Bright Turquoise. HEX triplet: 18, ED and CC. RGB value is (24,237,204). Sum of RGB (Red+Green+Blue) = 24+237+204=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EDCC is #E71233. Grayscale: #A9A9A9. Windows color (decimal): -15143476 or 13430040. OLE color: 13430040.

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

Color convert

RGB 24 237 204 -
CMYK 0.90 0 0.14 0.07
HSL 170.7º 0.86% 0.51% -
HSV(B) 170.7º 0.9% 0.93% -
XYZ 41.56 65.12 67.51 -
YUV 169.55 147.43 24.18 -
System Red Green Blue C M Y K H S L
Decimal 24 237 204 0.90 0 0.14 0.07 170.7 0.86 0.51
Hex 18 ED CC 5A 0 E 7 AB 56 33
Octal 30 355 314 132 0 16 7 253 126 63
Binary 11000 11101101 11001100 1011010 0 1110 111 10101011 1010110 110011

Color Harmonies of #18EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EDCC

Black with #18EDCC

Text Example


Text Example

White with #18EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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