Html Css Color HEX #18CEDC Dark Turquoise

📋 copy color: '#18CEDC'

red 24 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #18CEDC

Tints of Dark Turquoise #18CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.78%

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

R = 5.33%
G = 45.78%
B = 48.89%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18CEDC (or 0x18CEDC) is known color: Dark Turquoise. HEX triplet: 18, CE and DC. RGB value is (24,206,220). Sum of RGB (Red+Green+Blue) = 24+206+220=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #18CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CEDC is #E73123. Grayscale: #989898. Windows color (decimal): -15151396 or 14470680. OLE color: 14470680.

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

Color convert

RGB 24 206 220 -
CMYK 0.89 0.06 0 0.14
HSL 184.29º 0.8% 0.48% -
HSV(B) 184.29º 0.89% 0.86% -
XYZ 35.37 49.5 75.4 -
YUV 153.18 165.7 35.86 -
System Red Green Blue C M Y K H S L
Decimal 24 206 220 0.89 0.06 0 0.14 184.29 0.8 0.48
Hex 18 CE DC 59 6 0 E B8 50 30
Octal 30 316 334 131 6 0 16 270 120 60
Binary 11000 11001110 11011100 1011001 110 0 1110 10111000 1010000 110000

Color Harmonies of #18CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEDC

Black with #18CEDC

Text Example


Text Example

White with #18CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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