Html Css Color HEX #18DBDB Bright Turquoise

📋 copy color: '#18DBDB'

red 24 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #18DBDB

Tints of Bright Turquoise #18DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

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

R = 5.19%
G = 47.4%
B = 47.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18DBDB (or 0x18DBDB) is known color: Bright Turquoise. HEX triplet: 18, DB and DB. RGB value is (24,219,219). Sum of RGB (Red+Green+Blue) = 24+219+219=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #18DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DBDB is #E72424. Grayscale: #A0A0A0. Windows color (decimal): -15148069 or 14408472. OLE color: 14408472.

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

Color convert

RGB 24 219 219 -
CMYK 0.89 0 0 0.14
HSL 180º 0.8% 0.48% -
HSV(B) 180º 0.89% 0.86% -
XYZ 38.49 55.97 75.79 -
YUV 160.7 160.9 30.5 -
System Red Green Blue C M Y K H S L
Decimal 24 219 219 0.89 0 0 0.14 180 0.8 0.48
Hex 18 DB DB 59 0 0 E B4 50 30
Octal 30 333 333 131 0 0 16 264 120 60
Binary 11000 11011011 11011011 1011001 0 0 1110 10110100 1010000 110000

Color Harmonies of #18DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBDB

Black with #18DBDB

Text Example


Text Example

White with #18DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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