Html Css Color HEX #1ADDFB Bright Turquoise

📋 copy color: '#1ADDFB'

red 26 ◦ green 221 ◦ blue 251

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

Shades of Bright Turquoise #1ADDFB

Tints of Bright Turquoise #1ADDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 5.22%
G = 44.38%
B = 50.4%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ADDFB (or 0x1ADDFB) is known color: Bright Turquoise. HEX triplet: 1A, DD and FB. RGB value is (26,221,251). Sum of RGB (Red+Green+Blue) = 26+221+251=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ADDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDFB is #E52204. Grayscale: #A5A5A5. Windows color (decimal): -15016453 or 16506138. OLE color: 16506138.

HSL color Cylindrical-coordinate representation of color #1ADDFB: hue angle of 188º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADDFB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 221 251 -
CMYK 0.90 0.12 0 0.02
HSL 188º 0.97% 0.54% -
HSV(B) 188º 0.9% 0.98% -
XYZ 43.7 58.9 100.33 -
YUV 166.12 175.9 28.06 -
System Red Green Blue C M Y K H S L
Decimal 26 221 251 0.90 0.12 0 0.02 188 0.97 0.54
Hex 1A DD FB 5A C 0 2 BC 61 36
Octal 32 335 373 132 14 0 2 274 141 66
Binary 11010 11011101 11111011 1011010 1100 0 10 10111100 1100001 110110

Color Harmonies of #1ADDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDFB

Black with #1ADDFB

Text Example


Text Example

White with #1ADDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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