Html Css Color HEX #18DCC8 Bright Turquoise

📋 copy color: '#18DCC8'

red 24 ◦ green 220 ◦ blue 200

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

Shades of Bright Turquoise #18DCC8

Tints of Bright Turquoise #18DCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 5.41%
G = 49.55%
B = 45.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#18DCC8 (or 0x18DCC8) is known color: Bright Turquoise. HEX triplet: 18, DC and C8. RGB value is (24,220,200). Sum of RGB (Red+Green+Blue) = 24+220+200=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCC8 is #E72337. Grayscale: #9E9E9E. Windows color (decimal): -15147832 or 13163544. OLE color: 13163544.

HSL color Cylindrical-coordinate representation of color #18DCC8: hue angle of 173.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DCC8 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 200 -
CMYK 0.89 0 0.09 0.14
HSL 173.88º 0.8% 0.48% -
HSV(B) 173.88º 0.89% 0.86% -
XYZ 36.4 55.55 63.45 -
YUV 159.12 151.07 31.63 -
System Red Green Blue C M Y K H S L
Decimal 24 220 200 0.89 0 0.09 0.14 173.88 0.8 0.48
Hex 18 DC C8 59 0 9 E AE 50 30
Octal 30 334 310 131 0 11 16 256 120 60
Binary 11000 11011100 11001000 1011001 0 1001 1110 10101110 1010000 110000

Color Harmonies of #18DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCC8

Black with #18DCC8

Text Example


Text Example

White with #18DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,220,200); }

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

background-color css

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

 a { background-color: rgb(24,220,200); }

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

border-color css

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

 span { border-color: rgb(24,220,200); }

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