Html Css Color HEX #18C7DD Dark Turquoise

📋 copy color: '#18C7DD'

red 24 ◦ green 199 ◦ blue 221

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

Shades of Dark Turquoise #18C7DD

Tints of Dark Turquoise #18C7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.82%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 5.41%
G = 44.82%
B = 49.77%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18C7DD (or 0x18C7DD) is known color: Dark Turquoise. HEX triplet: 18, C7 and DD. RGB value is (24,199,221). Sum of RGB (Red+Green+Blue) = 24+199+221=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #18C7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C7DD is #E73822. Grayscale: #949494. Windows color (decimal): -15153187 or 14534424. OLE color: 14534424.

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

Color convert

RGB 24 199 221 -
CMYK 0.89 0.10 0 0.13
HSL 186.7º 0.8% 0.48% -
HSV(B) 186.7º 0.89% 0.87% -
XYZ 33.85 46.26 75.55 -
YUV 149.18 168.52 38.71 -
System Red Green Blue C M Y K H S L
Decimal 24 199 221 0.89 0.10 0 0.13 186.7 0.8 0.48
Hex 18 C7 DD 59 A 0 D BB 50 30
Octal 30 307 335 131 12 0 15 273 120 60
Binary 11000 11000111 11011101 1011001 1010 0 1101 10111011 1010000 110000

Color Harmonies of #18C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C7DD

Black with #18C7DD

Text Example


Text Example

White with #18C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,199,221); }

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

background-color css

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

 a { background-color: rgb(24,199,221); }

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

border-color css

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

 span { border-color: rgb(24,199,221); }

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