Html Css Color HEX #1ADBE9 Bright Turquoise

📋 copy color: '#1ADBE9'

red 26 ◦ green 219 ◦ blue 233

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

Shades of Bright Turquoise #1ADBE9

Tints of Bright Turquoise #1ADBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

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

R = 5.44%
G = 45.82%
B = 48.74%

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

#1ADBE9 (or 0x1ADBE9) is known color: Bright Turquoise. HEX triplet: 1A, DB and E9. RGB value is (26,219,233). Sum of RGB (Red+Green+Blue) = 26+219+233=478 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.44% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #1ADBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBE9 is #E52416. Grayscale: #A2A2A2. Windows color (decimal): -15016983 or 15325978. OLE color: 15325978.

HSL color Cylindrical-coordinate representation of color #1ADBE9: hue angle of 184.06º 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 #1ADBE9 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 219 233 -
CMYK 0.89 0.06 0 0.09
HSL 184.06º 0.82% 0.51% -
HSV(B) 184.06º 0.89% 0.91% -
XYZ 40.47 56.77 85.91 -
YUV 162.89 167.56 30.36 -
System Red Green Blue C M Y K H S L
Decimal 26 219 233 0.89 0.06 0 0.09 184.06 0.82 0.51
Hex 1A DB E9 59 6 0 9 B8 52 33
Octal 32 333 351 131 6 0 11 270 122 63
Binary 11010 11011011 11101001 1011001 110 0 1001 10111000 1010010 110011

Color Harmonies of #1ADBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADBE9

Black with #1ADBE9

Text Example


Text Example

White with #1ADBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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