Html Css Color HEX #18CDDB Dark Turquoise

📋 copy color: '#18CDDB'

red 24 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #18CDDB

Tints of Dark Turquoise #18CDDB

RGB

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

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

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

R = 5.36%
G = 45.76%
B = 48.88%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18CDDB (or 0x18CDDB) is known color: Dark Turquoise. HEX triplet: 18, CD and DB. RGB value is (24,205,219). Sum of RGB (Red+Green+Blue) = 24+205+219=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #18CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDDB is #E73224. Grayscale: #989898. Windows color (decimal): -15151653 or 14404888. OLE color: 14404888.

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

Color convert

RGB 24 205 219 -
CMYK 0.89 0.06 0 0.14
HSL 184.31º 0.8% 0.48% -
HSV(B) 184.31º 0.89% 0.86% -
XYZ 34.99 48.97 74.63 -
YUV 152.48 165.53 36.36 -
System Red Green Blue C M Y K H S L
Decimal 24 205 219 0.89 0.06 0 0.14 184.31 0.8 0.48
Hex 18 CD DB 59 6 0 E B8 50 30
Octal 30 315 333 131 6 0 16 270 120 60
Binary 11000 11001101 11011011 1011001 110 0 1110 10111000 1010000 110000

Color Harmonies of #18CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDDB

Black with #18CDDB

Text Example


Text Example

White with #18CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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