Html Css Color HEX #1ADBE0 Bright Turquoise

📋 copy color: '#1ADBE0'

red 26 ◦ green 219 ◦ blue 224

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

Shades of Bright Turquoise #1ADBE0

Tints of Bright Turquoise #1ADBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 5.54%
G = 46.7%
B = 47.76%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1ADBE0 (or 0x1ADBE0) is known color: Bright Turquoise. HEX triplet: 1A, DB and E0. RGB value is (26,219,224). Sum of RGB (Red+Green+Blue) = 26+219+224=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #1ADBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADBE0 is #E5241F. Grayscale: #A1A1A1. Windows color (decimal): -15016992 or 14736154. OLE color: 14736154.

HSL color Cylindrical-coordinate representation of color #1ADBE0: hue angle of 181.52º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADBE0 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 26 219 224 -
CMYK 0.88 0.02 0 0.12
HSL 181.52º 0.79% 0.49% -
HSV(B) 181.52º 0.88% 0.88% -
XYZ 39.21 56.26 79.31 -
YUV 161.86 163.06 31.09 -
System Red Green Blue C M Y K H S L
Decimal 26 219 224 0.88 0.02 0 0.12 181.52 0.79 0.49
Hex 1A DB E0 58 2 0 C B6 4F 31
Octal 32 333 340 130 2 0 14 266 117 61
Binary 11010 11011011 11100000 1011000 10 0 1100 10110110 1001111 110001

Color Harmonies of #1ADBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADBE0

Black with #1ADBE0

Text Example


Text Example

White with #1ADBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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