#1AD0E7

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

Shades of Bright Turquoise #1AD0E7

Tints of Bright Turquoise #1AD0E7

Color information

#1AD0E7 (or 0x1AD0E7) is unknown color: approx Bright Turquoise. HEX triplet: 1A, D0 and E7. RGB value is (26,208,231). Sum of RGB (Red+Green+Blue) = 26+208+231=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #1AD0E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD0E7 is #E52F18. Grayscale: #9B9B9B. Windows color (decimal): -15019801 or 15192090. OLE color: 15192090.

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

Color convert

RGB26208231-
CMYK0.890.1000.09
HSL186.73º81.03%50.39%-
HSV(B)186.73º88.74%90.59%-
XYZ37.4151.183.49-
YUV156.2170.235.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.59%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 231 (90.62% from 255) = 49.68%
R=5.59%
G=44.73%
B=49.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal262082310.890.1000.09186.7381.0350.39
Hex1AD0E759A09bb5132
Octal323203471311201127312162
Binary1101011010000111001111011001101001001101110111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,208,231); }

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

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

 a { background-color: rgb(26,208,231); }

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

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

 span { border-color: rgb(26,208,231); }

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