Html Css Color HEX #18CDD9 Dark Turquoise

📋 copy color: '#18CDD9'

red 24 ◦ green 205 ◦ blue 217

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

Shades of Dark Turquoise #18CDD9

Tints of Dark Turquoise #18CDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

 BLUE value IS 217 (85.16% from 255) = 48.65%

R = 5.38%
G = 45.96%
B = 48.65%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18CDD9 (or 0x18CDD9) is known color: Dark Turquoise. HEX triplet: 18, CD and D9. RGB value is (24,205,217). Sum of RGB (Red+Green+Blue) = 24+205+217=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #18CDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDD9 is #E73226. Grayscale: #989898. Windows color (decimal): -15151655 or 14273816. OLE color: 14273816.

HSL color Cylindrical-coordinate representation of color #18CDD9: hue angle of 183.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CDD9 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 205 217 -
CMYK 0.89 0.06 0 0.15
HSL 183.73º 0.8% 0.47% -
HSV(B) 183.73º 0.89% 0.85% -
XYZ 34.73 48.87 73.25 -
YUV 152.25 164.53 36.52 -
System Red Green Blue C M Y K H S L
Decimal 24 205 217 0.89 0.06 0 0.15 183.73 0.8 0.47
Hex 18 CD D9 59 6 0 F B8 50 2F
Octal 30 315 331 131 6 0 17 270 120 57
Binary 11000 11001101 11011001 1011001 110 0 1111 10111000 1010000 101111

Color Harmonies of #18CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDD9

Black with #18CDD9

Text Example


Text Example

White with #18CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,217); }

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

background-color css

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

 a { background-color: rgb(24,205,217); }

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

border-color css

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

 span { border-color: rgb(24,205,217); }

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