Html Css Color HEX #1ADDEF Bright Turquoise

📋 copy color: '#1ADDEF'

red 26 ◦ green 221 ◦ blue 239

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

Shades of Bright Turquoise #1ADDEF

Tints of Bright Turquoise #1ADDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 5.35%
G = 45.47%
B = 49.18%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1ADDEF (or 0x1ADDEF) is known color: Bright Turquoise. HEX triplet: 1A, DD and EF. RGB value is (26,221,239). Sum of RGB (Red+Green+Blue) = 26+221+239=486 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.35% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ADDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDEF is #E52210. Grayscale: #A4A4A4. Windows color (decimal): -15016465 or 15719706. OLE color: 15719706.

HSL color Cylindrical-coordinate representation of color #1ADDEF: hue angle of 185.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADDEF is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 221 239 -
CMYK 0.89 0.08 0 0.06
HSL 185.07º 0.87% 0.52% -
HSV(B) 185.07º 0.89% 0.94% -
XYZ 41.86 58.16 90.68 -
YUV 164.75 169.9 29.04 -
System Red Green Blue C M Y K H S L
Decimal 26 221 239 0.89 0.08 0 0.06 185.07 0.87 0.52
Hex 1A DD EF 59 8 0 6 B9 57 34
Octal 32 335 357 131 10 0 6 271 127 64
Binary 11010 11011101 11101111 1011001 1000 0 110 10111001 1010111 110100

Color Harmonies of #1ADDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDEF

Black with #1ADDEF

Text Example


Text Example

White with #1ADDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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