Html Css Color HEX #18DCD0 Bright Turquoise

📋 copy color: '#18DCD0'

red 24 ◦ green 220 ◦ blue 208

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

Shades of Bright Turquoise #18DCD0

Tints of Bright Turquoise #18DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.67%

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 5.31%
G = 48.67%
B = 46.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#18DCD0 (or 0x18DCD0) is known color: Bright Turquoise. HEX triplet: 18, DC and D0. RGB value is (24,220,208). Sum of RGB (Red+Green+Blue) = 24+220+208=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCD0 is #E7232F. Grayscale: #9F9F9F. Windows color (decimal): -15147824 or 13687832. OLE color: 13687832.

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

Color convert

RGB 24 220 208 -
CMYK 0.89 0 0.05 0.14
HSL 176.33º 0.8% 0.48% -
HSV(B) 176.33º 0.89% 0.86% -
XYZ 37.36 55.93 68.5 -
YUV 160.03 155.07 30.98 -
System Red Green Blue C M Y K H S L
Decimal 24 220 208 0.89 0 0.05 0.14 176.33 0.8 0.48
Hex 18 DC D0 59 0 5 E B0 50 30
Octal 30 334 320 131 0 5 16 260 120 60
Binary 11000 11011100 11010000 1011001 0 101 1110 10110000 1010000 110000

Color Harmonies of #18DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCD0

Black with #18DCD0

Text Example


Text Example

White with #18DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,220,208); }

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

background-color css

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

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

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

border-color css

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

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

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