Html Css Color HEX #1ADBE3 Bright Turquoise

📋 copy color: '#1ADBE3'

red 26 ◦ green 219 ◦ blue 227

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

Shades of Bright Turquoise #1ADBE3

Tints of Bright Turquoise #1ADBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.09%

R = 5.51%
G = 46.4%
B = 48.09%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1ADBE3 (or 0x1ADBE3) is known color: Bright Turquoise. HEX triplet: 1A, DB and E3. RGB value is (26,219,227). Sum of RGB (Red+Green+Blue) = 26+219+227=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #1ADBE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADBE3 is #E5241C. Grayscale: #A1A1A1. Windows color (decimal): -15016989 or 14932762. OLE color: 14932762.

HSL color Cylindrical-coordinate representation of color #1ADBE3: hue angle of 182.39º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADBE3 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 219 227 -
CMYK 0.89 0.04 0 0.11
HSL 182.39º 0.79% 0.5% -
HSV(B) 182.39º 0.89% 0.89% -
XYZ 39.62 56.43 81.48 -
YUV 162.21 164.56 30.85 -
System Red Green Blue C M Y K H S L
Decimal 26 219 227 0.89 0.04 0 0.11 182.39 0.79 0.5
Hex 1A DB E3 59 4 0 B B6 4F 32
Octal 32 333 343 131 4 0 13 266 117 62
Binary 11010 11011011 11100011 1011001 100 0 1011 10110110 1001111 110010

Color Harmonies of #1ADBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADBE3

Black with #1ADBE3

Text Example


Text Example

White with #1ADBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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