Html Css Color HEX #1ADDC5 Bright Turquoise

📋 copy color: '#1ADDC5'

red 26 ◦ green 221 ◦ blue 197

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

Shades of Bright Turquoise #1ADDC5

Tints of Bright Turquoise #1ADDC5

RGB

 RED value IS 26 (10.55% from 255) = 5.86%

 GREEN value IS 221 (86.72% from 255) = 49.77%

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 5.86%
G = 49.77%
B = 44.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#1ADDC5 (or 0x1ADDC5) is known color: Bright Turquoise. HEX triplet: 1A, DD and C5. RGB value is (26,221,197). Sum of RGB (Red+Green+Blue) = 26+221+197=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDC5 is #E5223A. Grayscale: #9F9F9F. Windows color (decimal): -15016507 or 12967194. OLE color: 12967194.

HSL color Cylindrical-coordinate representation of color #1ADDC5: hue angle of 172.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADDC5 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 221 197 -
CMYK 0.88 0 0.11 0.13
HSL 172.62º 0.79% 0.48% -
HSV(B) 172.62º 0.88% 0.87% -
XYZ 36.36 55.96 61.71 -
YUV 159.96 148.9 32.45 -
System Red Green Blue C M Y K H S L
Decimal 26 221 197 0.88 0 0.11 0.13 172.62 0.79 0.48
Hex 1A DD C5 58 0 B D AD 4F 30
Octal 32 335 305 130 0 13 15 255 117 60
Binary 11010 11011101 11000101 1011000 0 1011 1101 10101101 1001111 110000

Color Harmonies of #1ADDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDC5

Black with #1ADDC5

Text Example


Text Example

White with #1ADDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ADDC5; }

 p { color: rgb(26,221,197); }

 H1.HeaderClassName
 {
   color: #1ADDC5;
 }
 .AnyTagClassName
 {
   color: #1ADDC5;
 }
</style>

background-color css

<style>
 a { background-color: #1ADDC5; }

 a { background-color: rgb(26,221,197); }

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

border-color css

<style>
 span { border-color: #1ADDC5; }

 span { border-color: rgb(26,221,197); }

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