#1ADBEA

Color #1ADBEA Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1ADBEA

Tints of Bright Turquoise #1ADBEA

Color information

#1ADBEA (or 0x1ADBEA) is unknown color: approx Bright Turquoise. HEX triplet: 1A, DB and EA. RGB value is (26,219,234). Sum of RGB (Red+Green+Blue) = 26+219+234=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ADBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBEA is #E52415. Grayscale: #A2A2A2. Windows color (decimal): -15016982 or 15391514. OLE color: 15391514.

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

Color convert

RGB26219234-
CMYK0.890.0600.08
HSL184.33º83.2%50.98%-
HSV(B)184.33º88.89%91.76%-
XYZ40.6156.8286.67-
YUV163168.0630.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.43%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=5.43%
G=45.72%
B=48.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal262192340.890.0600.08184.3383.250.98
Hex1ADBEA59608b85333
Octal32333352131601027012363
Binary110101101101111101010101100111001000101110001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ADBEA;
 }
 .AnyTagClassName
 {
   color: #1ADBEA;
 }
</style>
background-color css

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

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

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

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

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

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