Html Css Color HEX #18DFDB Bright Turquoise

📋 copy color: '#18DFDB'

red 24 ◦ green 223 ◦ blue 219

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

Shades of Bright Turquoise #18DFDB

Tints of Bright Turquoise #18DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

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

R = 5.15%
G = 47.85%
B = 47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#18DFDB (or 0x18DFDB) is known color: Bright Turquoise. HEX triplet: 18, DF and DB. RGB value is (24,223,219). Sum of RGB (Red+Green+Blue) = 24+223+219=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFDB is #E72024. Grayscale: #A2A2A2. Windows color (decimal): -15147045 or 14409496. OLE color: 14409496.

HSL color Cylindrical-coordinate representation of color #18DFDB: hue angle of 178.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFDB is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 223 219 -
CMYK 0.89 0 0.02 0.13
HSL 178.79º 0.81% 0.48% -
HSV(B) 178.79º 0.89% 0.87% -
XYZ 39.55 58.08 76.14 -
YUV 163.04 159.57 28.83 -
System Red Green Blue C M Y K H S L
Decimal 24 223 219 0.89 0 0.02 0.13 178.79 0.81 0.48
Hex 18 DF DB 59 0 2 D B3 51 30
Octal 30 337 333 131 0 2 15 263 121 60
Binary 11000 11011111 11011011 1011001 0 10 1101 10110011 1010001 110000

Color Harmonies of #18DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DFDB

Black with #18DFDB

Text Example


Text Example

White with #18DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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