Html Css Color HEX #18DFCD Bright Turquoise

📋 copy color: '#18DFCD'

red 24 ◦ green 223 ◦ blue 205

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

Shades of Bright Turquoise #18DFCD

Tints of Bright Turquoise #18DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 5.31%
G = 49.34%
B = 45.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#18DFCD (or 0x18DFCD) is known color: Bright Turquoise. HEX triplet: 18, DF and CD. RGB value is (24,223,205). Sum of RGB (Red+Green+Blue) = 24+223+205=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFCD is #E72032. Grayscale: #A1A1A1. Windows color (decimal): -15147059 or 13491992. OLE color: 13491992.

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

Color convert

RGB 24 223 205 -
CMYK 0.89 0 0.08 0.13
HSL 174.57º 0.81% 0.48% -
HSV(B) 174.57º 0.89% 0.87% -
XYZ 37.78 57.38 66.84 -
YUV 161.45 152.57 29.96 -
System Red Green Blue C M Y K H S L
Decimal 24 223 205 0.89 0 0.08 0.13 174.57 0.81 0.48
Hex 18 DF CD 59 0 8 D AF 51 30
Octal 30 337 315 131 0 10 15 257 121 60
Binary 11000 11011111 11001101 1011001 0 1000 1101 10101111 1010001 110000

Color Harmonies of #18DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DFCD

Black with #18DFCD

Text Example


Text Example

White with #18DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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