Html Css Color HEX #18CCDC Dark Turquoise

📋 copy color: '#18CCDC'

red 24 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #18CCDC

Tints of Dark Turquoise #18CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 5.36%
G = 45.54%
B = 49.11%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18CCDC (or 0x18CCDC) is known color: Dark Turquoise. HEX triplet: 18, CC and DC. RGB value is (24,204,220). Sum of RGB (Red+Green+Blue) = 24+204+220=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #18CCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCDC is #E73323. Grayscale: #979797. Windows color (decimal): -15151908 or 14470168. OLE color: 14470168.

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

Color convert

RGB 24 204 220 -
CMYK 0.89 0.07 0 0.14
HSL 184.9º 0.8% 0.48% -
HSV(B) 184.9º 0.89% 0.86% -
XYZ 34.89 48.55 75.24 -
YUV 152 166.37 36.7 -
System Red Green Blue C M Y K H S L
Decimal 24 204 220 0.89 0.07 0 0.14 184.9 0.8 0.48
Hex 18 CC DC 59 7 0 E B9 50 30
Octal 30 314 334 131 7 0 16 271 120 60
Binary 11000 11001100 11011100 1011001 111 0 1110 10111001 1010000 110000

Color Harmonies of #18CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCDC

Black with #18CCDC

Text Example


Text Example

White with #18CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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