Html Css Color HEX #18CCDB Dark Turquoise

📋 copy color: '#18CCDB'

red 24 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #18CCDB

Tints of Dark Turquoise #18CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.64%

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 5.37%
G = 45.64%
B = 48.99%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18CCDB (or 0x18CCDB) is known color: Dark Turquoise. HEX triplet: 18, CC and DB. RGB value is (24,204,219). Sum of RGB (Red+Green+Blue) = 24+204+219=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #18CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCDB is #E73324. Grayscale: #979797. Windows color (decimal): -15151909 or 14404632. OLE color: 14404632.

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

Color convert

RGB 24 204 219 -
CMYK 0.89 0.07 0 0.14
HSL 184.62º 0.8% 0.48% -
HSV(B) 184.62º 0.89% 0.86% -
XYZ 34.76 48.49 74.55 -
YUV 151.89 165.87 36.78 -
System Red Green Blue C M Y K H S L
Decimal 24 204 219 0.89 0.07 0 0.14 184.62 0.8 0.48
Hex 18 CC DB 59 7 0 E B9 50 30
Octal 30 314 333 131 7 0 16 271 120 60
Binary 11000 11001100 11011011 1011001 111 0 1110 10111001 1010000 110000

Color Harmonies of #18CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCDB

Black with #18CCDB

Text Example


Text Example

White with #18CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,219); }

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

background-color css

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

 a { background-color: rgb(24,204,219); }

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

border-color css

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

 span { border-color: rgb(24,204,219); }

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