Html Css Color HEX #18C0DE Dark Turquoise

📋 copy color: '#18C0DE'

red 24 ◦ green 192 ◦ blue 222

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

Shades of Dark Turquoise #18C0DE

Tints of Dark Turquoise #18C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 5.48%
G = 43.84%
B = 50.68%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18C0DE (or 0x18C0DE) is known color: Dark Turquoise. HEX triplet: 18, C0 and DE. RGB value is (24,192,222). Sum of RGB (Red+Green+Blue) = 24+192+222=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #18C0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C0DE is #E73F21. Grayscale: #909090. Windows color (decimal): -15154978 or 14598168. OLE color: 14598168.

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

Color convert

RGB 24 192 222 -
CMYK 0.89 0.14 0 0.13
HSL 189.09º 0.8% 0.48% -
HSV(B) 189.09º 0.89% 0.87% -
XYZ 32.41 43.17 75.73 -
YUV 145.19 171.34 41.56 -
System Red Green Blue C M Y K H S L
Decimal 24 192 222 0.89 0.14 0 0.13 189.09 0.8 0.48
Hex 18 C0 DE 59 E 0 D BD 50 30
Octal 30 300 336 131 16 0 15 275 120 60
Binary 11000 11000000 11011110 1011001 1110 0 1101 10111101 1010000 110000

Color Harmonies of #18C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0DE

Black with #18C0DE

Text Example


Text Example

White with #18C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,222); }

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

background-color css

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

 a { background-color: rgb(24,192,222); }

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

border-color css

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

 span { border-color: rgb(24,192,222); }

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