Html Css Color HEX #1ADDF2 Bright Turquoise

📋 copy color: '#1ADDF2'

red 26 ◦ green 221 ◦ blue 242

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

Shades of Bright Turquoise #1ADDF2

Tints of Bright Turquoise #1ADDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.49%

R = 5.32%
G = 45.19%
B = 49.49%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1ADDF2 (or 0x1ADDF2) is known color: Bright Turquoise. HEX triplet: 1A, DD and F2. RGB value is (26,221,242). Sum of RGB (Red+Green+Blue) = 26+221+242=489 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.32% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #1ADDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDF2 is #E5220D. Grayscale: #A4A4A4. Windows color (decimal): -15016462 or 15916314. OLE color: 15916314.

HSL color Cylindrical-coordinate representation of color #1ADDF2: hue angle of 185.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADDF2 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 221 242 -
CMYK 0.89 0.09 0 0.05
HSL 185.83º 0.89% 0.53% -
HSV(B) 185.83º 0.89% 0.95% -
XYZ 42.31 58.34 93.04 -
YUV 165.09 171.4 28.79 -
System Red Green Blue C M Y K H S L
Decimal 26 221 242 0.89 0.09 0 0.05 185.83 0.89 0.53
Hex 1A DD F2 59 9 0 5 BA 59 35
Octal 32 335 362 131 11 0 5 272 131 65
Binary 11010 11011101 11110010 1011001 1001 0 101 10111010 1011001 110101

Color Harmonies of #1ADDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDF2

Black with #1ADDF2

Text Example


Text Example

White with #1ADDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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