Html Css Color HEX #18C2DD Dark Turquoise

📋 copy color: '#18C2DD'

red 24 ◦ green 194 ◦ blue 221

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

Shades of Dark Turquoise #18C2DD

Tints of Dark Turquoise #18C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.19%

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

R = 5.47%
G = 44.19%
B = 50.34%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18C2DD (or 0x18C2DD) is known color: Dark Turquoise. HEX triplet: 18, C2 and DD. RGB value is (24,194,221). Sum of RGB (Red+Green+Blue) = 24+194+221=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #18C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C2DD is #E73D22. Grayscale: #919191. Windows color (decimal): -15154467 or 14533144. OLE color: 14533144.

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

Color convert

RGB 24 194 221 -
CMYK 0.89 0.12 0 0.13
HSL 188.22º 0.8% 0.48% -
HSV(B) 188.22º 0.89% 0.87% -
XYZ 32.72 44 75.17 -
YUV 146.25 170.18 40.8 -
System Red Green Blue C M Y K H S L
Decimal 24 194 221 0.89 0.12 0 0.13 188.22 0.8 0.48
Hex 18 C2 DD 59 C 0 D BC 50 30
Octal 30 302 335 131 14 0 15 274 120 60
Binary 11000 11000010 11011101 1011001 1100 0 1101 10111100 1010000 110000

Color Harmonies of #18C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2DD

Black with #18C2DD

Text Example


Text Example

White with #18C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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