Html Css Color HEX #1ADDF7 Bright Turquoise

📋 copy color: '#1ADDF7'

red 26 ◦ green 221 ◦ blue 247

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

Shades of Bright Turquoise #1ADDF7

Tints of Bright Turquoise #1ADDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50%

R = 5.26%
G = 44.74%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1ADDF7 (or 0x1ADDF7) is known color: Bright Turquoise. HEX triplet: 1A, DD and F7. RGB value is (26,221,247). Sum of RGB (Red+Green+Blue) = 26+221+247=494 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.26% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #1ADDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDF7 is #E52208. Grayscale: #A5A5A5. Windows color (decimal): -15016457 or 16243994. OLE color: 16243994.

HSL color Cylindrical-coordinate representation of color #1ADDF7: hue angle of 187.06º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADDF7 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 26 221 247 -
CMYK 0.89 0.11 0 0.03
HSL 187.06º 0.93% 0.54% -
HSV(B) 187.06º 0.89% 0.97% -
XYZ 43.07 58.65 97.05 -
YUV 165.66 173.9 28.39 -
System Red Green Blue C M Y K H S L
Decimal 26 221 247 0.89 0.11 0 0.03 187.06 0.93 0.54
Hex 1A DD F7 59 B 0 3 BB 5D 36
Octal 32 335 367 131 13 0 3 273 135 66
Binary 11010 11011101 11110111 1011001 1011 0 11 10111011 1011101 110110

Color Harmonies of #1ADDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDF7

Black with #1ADDF7

Text Example


Text Example

White with #1ADDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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