Html Css Color HEX #1ADCE9 Bright Turquoise

📋 copy color: '#1ADCE9'

red 26 ◦ green 220 ◦ blue 233

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

Shades of Bright Turquoise #1ADCE9

Tints of Bright Turquoise #1ADCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 233 (91.41% from 255) = 48.64%

R = 5.43%
G = 45.93%
B = 48.64%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1ADCE9 (or 0x1ADCE9) is known color: Bright Turquoise. HEX triplet: 1A, DC and E9. RGB value is (26,220,233). Sum of RGB (Red+Green+Blue) = 26+220+233=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #1ADCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCE9 is #E52316. Grayscale: #A3A3A3. Windows color (decimal): -15016727 or 15326234. OLE color: 15326234.

HSL color Cylindrical-coordinate representation of color #1ADCE9: hue angle of 183.77º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADCE9 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 220 233 -
CMYK 0.89 0.06 0 0.09
HSL 183.77º 0.82% 0.51% -
HSV(B) 183.77º 0.89% 0.91% -
XYZ 40.73 57.29 86 -
YUV 163.48 167.23 29.94 -
System Red Green Blue C M Y K H S L
Decimal 26 220 233 0.89 0.06 0 0.09 183.77 0.82 0.51
Hex 1A DC E9 59 6 0 9 B8 52 33
Octal 32 334 351 131 6 0 11 270 122 63
Binary 11010 11011100 11101001 1011001 110 0 1001 10111000 1010010 110011

Color Harmonies of #1ADCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCE9

Black with #1ADCE9

Text Example


Text Example

White with #1ADCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,220,233); }

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

background-color css

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

 a { background-color: rgb(26,220,233); }

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

border-color css

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

 span { border-color: rgb(26,220,233); }

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