Html Css Color HEX #18CDDC Dark Turquoise

📋 copy color: '#18CDDC'

red 24 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #18CDDC

Tints of Dark Turquoise #18CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

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

R = 5.35%
G = 45.66%
B = 49%

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

#18CDDC (or 0x18CDDC) is known color: Dark Turquoise. HEX triplet: 18, CD and DC. RGB value is (24,205,220). Sum of RGB (Red+Green+Blue) = 24+205+220=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #18CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDDC is #E73223. Grayscale: #989898. Windows color (decimal): -15151652 or 14470424. OLE color: 14470424.

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

Color convert

RGB 24 205 220 -
CMYK 0.89 0.07 0 0.14
HSL 184.59º 0.8% 0.48% -
HSV(B) 184.59º 0.89% 0.86% -
XYZ 35.13 49.02 75.32 -
YUV 152.59 166.03 36.28 -
System Red Green Blue C M Y K H S L
Decimal 24 205 220 0.89 0.07 0 0.14 184.59 0.8 0.48
Hex 18 CD DC 59 7 0 E B9 50 30
Octal 30 315 334 131 7 0 16 271 120 60
Binary 11000 11001101 11011100 1011001 111 0 1110 10111001 1010000 110000

Color Harmonies of #18CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDDC

Black with #18CDDC

Text Example


Text Example

White with #18CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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