Html Css Color HEX #18CBDC Dark Turquoise

📋 copy color: '#18CBDC'

red 24 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #18CBDC

Tints of Dark Turquoise #18CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 5.37%
G = 45.41%
B = 49.22%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18CBDC (or 0x18CBDC) is known color: Dark Turquoise. HEX triplet: 18, CB and DC. RGB value is (24,203,220). Sum of RGB (Red+Green+Blue) = 24+203+220=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #18CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBDC is #E73423. Grayscale: #979797. Windows color (decimal): -15152164 or 14469912. OLE color: 14469912.

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

Color convert

RGB 24 203 220 -
CMYK 0.89 0.08 0 0.14
HSL 185.2º 0.8% 0.48% -
HSV(B) 185.2º 0.89% 0.86% -
XYZ 34.65 48.07 75.16 -
YUV 151.42 166.7 37.12 -
System Red Green Blue C M Y K H S L
Decimal 24 203 220 0.89 0.08 0 0.14 185.2 0.8 0.48
Hex 18 CB DC 59 8 0 E B9 50 30
Octal 30 313 334 131 10 0 16 271 120 60
Binary 11000 11001011 11011100 1011001 1000 0 1110 10111001 1010000 110000

Color Harmonies of #18CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBDC

Black with #18CBDC

Text Example


Text Example

White with #18CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,203,220); }

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

background-color css

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

 a { background-color: rgb(24,203,220); }

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

border-color css

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

 span { border-color: rgb(24,203,220); }

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