Html Css Color HEX #1ADAE5 Bright Turquoise

📋 copy color: '#1ADAE5'

red 26 ◦ green 218 ◦ blue 229

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

Shades of Bright Turquoise #1ADAE5

Tints of Bright Turquoise #1ADAE5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 5.5%
G = 46.09%
B = 48.41%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1ADAE5 (or 0x1ADAE5) is known color: Bright Turquoise. HEX triplet: 1A, DA and E5. RGB value is (26,218,229). Sum of RGB (Red+Green+Blue) = 26+218+229=473 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.50% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #1ADAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADAE5 is #E5251A. Grayscale: #A1A1A1. Windows color (decimal): -15017243 or 15063578. OLE color: 15063578.

HSL color Cylindrical-coordinate representation of color #1ADAE5: hue angle of 183.25º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADAE5 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 26 218 229 -
CMYK 0.89 0.05 0 0.10
HSL 183.25º 0.8% 0.5% -
HSV(B) 183.25º 0.89% 0.9% -
XYZ 39.64 56.02 82.85 -
YUV 161.85 165.89 31.11 -
System Red Green Blue C M Y K H S L
Decimal 26 218 229 0.89 0.05 0 0.10 183.25 0.8 0.5
Hex 1A DA E5 59 5 0 A B7 50 32
Octal 32 332 345 131 5 0 12 267 120 62
Binary 11010 11011010 11100101 1011001 101 0 1010 10110111 1010000 110010

Color Harmonies of #1ADAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADAE5

Black with #1ADAE5

Text Example


Text Example

White with #1ADAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,218,229); }

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

background-color css

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

 a { background-color: rgb(26,218,229); }

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

border-color css

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

 span { border-color: rgb(26,218,229); }

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