Html Css Color HEX #1ADDED Bright Turquoise

📋 copy color: '#1ADDED'

red 26 ◦ green 221 ◦ blue 237

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

Shades of Bright Turquoise #1ADDED

Tints of Bright Turquoise #1ADDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 5.37%
G = 45.66%
B = 48.97%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ADDED (or 0x1ADDED) is known color: Bright Turquoise. HEX triplet: 1A, DD and ED. RGB value is (26,221,237). Sum of RGB (Red+Green+Blue) = 26+221+237=484 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.37% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ADDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDED is #E52212. Grayscale: #A4A4A4. Windows color (decimal): -15016467 or 15588634. OLE color: 15588634.

HSL color Cylindrical-coordinate representation of color #1ADDED: hue angle of 184.55º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADDED is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 221 237 -
CMYK 0.89 0.07 0 0.07
HSL 184.55º 0.85% 0.52% -
HSV(B) 184.55º 0.89% 0.93% -
XYZ 41.57 58.05 89.13 -
YUV 164.52 168.9 29.2 -
System Red Green Blue C M Y K H S L
Decimal 26 221 237 0.89 0.07 0 0.07 184.55 0.85 0.52
Hex 1A DD ED 59 7 0 7 B9 55 34
Octal 32 335 355 131 7 0 7 271 125 64
Binary 11010 11011101 11101101 1011001 111 0 111 10111001 1010101 110100

Color Harmonies of #1ADDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDED

Black with #1ADDED

Text Example


Text Example

White with #1ADDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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