Html Css Color HEX #18CEDB Dark Turquoise

📋 copy color: '#18CEDB'

red 24 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #18CEDB

Tints of Dark Turquoise #18CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

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

R = 5.35%
G = 45.88%
B = 48.78%

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

#18CEDB (or 0x18CEDB) is known color: Dark Turquoise. HEX triplet: 18, CE and DB. RGB value is (24,206,219). Sum of RGB (Red+Green+Blue) = 24+206+219=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #18CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CEDB is #E73124. Grayscale: #989898. Windows color (decimal): -15151397 or 14405144. OLE color: 14405144.

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

Color convert

RGB 24 206 219 -
CMYK 0.89 0.06 0 0.14
HSL 184º 0.8% 0.48% -
HSV(B) 184º 0.89% 0.86% -
XYZ 35.23 49.45 74.71 -
YUV 153.06 165.2 35.94 -
System Red Green Blue C M Y K H S L
Decimal 24 206 219 0.89 0.06 0 0.14 184 0.8 0.48
Hex 18 CE DB 59 6 0 E B8 50 30
Octal 30 316 333 131 6 0 16 270 120 60
Binary 11000 11001110 11011011 1011001 110 0 1110 10111000 1010000 110000

Color Harmonies of #18CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEDB

Black with #18CEDB

Text Example


Text Example

White with #18CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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