Html Css Color HEX #1ADDC8 Bright Turquoise

📋 copy color: '#1ADDC8'

red 26 ◦ green 221 ◦ blue 200

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

Shades of Bright Turquoise #1ADDC8

Tints of Bright Turquoise #1ADDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 5.82%
G = 49.44%
B = 44.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#1ADDC8 (or 0x1ADDC8) is known color: Bright Turquoise. HEX triplet: 1A, DD and C8. RGB value is (26,221,200). Sum of RGB (Red+Green+Blue) = 26+221+200=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDC8 is #E52237. Grayscale: #A0A0A0. Windows color (decimal): -15016504 or 13163802. OLE color: 13163802.

HSL color Cylindrical-coordinate representation of color #1ADDC8: hue angle of 173.54º 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 #1ADDC8 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 221 200 -
CMYK 0.88 0 0.10 0.13
HSL 173.54º 0.79% 0.48% -
HSV(B) 173.54º 0.88% 0.87% -
XYZ 36.71 56.1 63.54 -
YUV 160.3 150.4 32.21 -
System Red Green Blue C M Y K H S L
Decimal 26 221 200 0.88 0 0.10 0.13 173.54 0.79 0.48
Hex 1A DD C8 58 0 A D AE 4F 30
Octal 32 335 310 130 0 12 15 256 117 60
Binary 11010 11011101 11001000 1011000 0 1010 1101 10101110 1001111 110000

Color Harmonies of #1ADDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDC8

Black with #1ADDC8

Text Example


Text Example

White with #1ADDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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