Html Css Color HEX #18D2CE Dark Turquoise

📋 copy color: '#18D2CE'

red 24 ◦ green 210 ◦ blue 206

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

Shades of Dark Turquoise #18D2CE

Tints of Dark Turquoise #18D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 5.45%
G = 47.73%
B = 46.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#18D2CE (or 0x18D2CE) is known color: Dark Turquoise. HEX triplet: 18, D2 and CE. RGB value is (24,210,206). Sum of RGB (Red+Green+Blue) = 24+210+206=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #18D2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D2CE is #E72D31. Grayscale: #999999. Windows color (decimal): -15150386 or 13554200. OLE color: 13554200.

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

Color convert

RGB 24 210 206 -
CMYK 0.89 0 0.02 0.18
HSL 178.71º 0.79% 0.46% -
HSV(B) 178.71º 0.89% 0.82% -
XYZ 34.56 50.74 66.37 -
YUV 153.93 157.38 35.33 -
System Red Green Blue C M Y K H S L
Decimal 24 210 206 0.89 0 0.02 0.18 178.71 0.79 0.46
Hex 18 D2 CE 59 0 2 12 B3 4F 2E
Octal 30 322 316 131 0 2 22 263 117 56
Binary 11000 11010010 11001110 1011001 0 10 10010 10110011 1001111 101110

Color Harmonies of #18D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D2CE

Black with #18D2CE

Text Example


Text Example

White with #18D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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