Html Css Color HEX #18CAD2 Dark Turquoise

📋 copy color: '#18CAD2'

red 24 ◦ green 202 ◦ blue 210

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

Shades of Dark Turquoise #18CAD2

Tints of Dark Turquoise #18CAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.33%

 BLUE value IS 210 (82.42% from 255) = 48.17%

R = 5.5%
G = 46.33%
B = 48.17%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#18CAD2 (or 0x18CAD2) is known color: Dark Turquoise. HEX triplet: 18, CA and D2. RGB value is (24,202,210). Sum of RGB (Red+Green+Blue) = 24+202+210=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #18CAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CAD2 is #E7352D. Grayscale: #959595. Windows color (decimal): -15152430 or 13814296. OLE color: 13814296.

HSL color Cylindrical-coordinate representation of color #18CAD2: hue angle of 182.58º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CAD2 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 202 210 -
CMYK 0.89 0.04 0 0.18
HSL 182.58º 0.79% 0.46% -
HSV(B) 182.58º 0.89% 0.82% -
XYZ 33.13 47.09 68.32 -
YUV 149.69 162.03 38.35 -
System Red Green Blue C M Y K H S L
Decimal 24 202 210 0.89 0.04 0 0.18 182.58 0.79 0.46
Hex 18 CA D2 59 4 0 12 B7 4F 2E
Octal 30 312 322 131 4 0 22 267 117 56
Binary 11000 11001010 11010010 1011001 100 0 10010 10110111 1001111 101110

Color Harmonies of #18CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CAD2

Black with #18CAD2

Text Example


Text Example

White with #18CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,202,210); }

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

background-color css

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

 a { background-color: rgb(24,202,210); }

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

border-color css

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

 span { border-color: rgb(24,202,210); }

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