#1adfd2

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

Shades of Bright Turquoise #1ADFD2

Tints of Bright Turquoise #1ADFD2

Color information

#1ADFD2 (or 0x1ADFD2) is unknown color: approx Bright Turquoise. HEX triplet: 1A, DF and D2. RGB value is (26,223,210). Sum of RGB (Red+Green+Blue) = 26+223+210=459 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.66% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFD2 is #E5202D. Grayscale: #A2A2A2. Windows color (decimal): -15015982 or 13819674. OLE color: 13819674.

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

Color convert

RGB26223210-
CMYK0.8800.060.13
HSL176.04º79.12%48.82%-
HSV(B)176.04º88.34%87.45%-
XYZ38.4557.6570.07-
YUV162.61154.7330.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.66%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 210 (82.42% from 255) = 45.75%
R=5.66%
G=48.58%
B=45.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal262232100.8800.060.13176.0479.1248.82
Hex1ADFD25806Db04f31
Octal32337322130061526011761
Binary110101101111111010010101100001101101101100001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1adfd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,223,210); }

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

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

 a { background-color: rgb(26,223,210); }

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

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

 span { border-color: rgb(26,223,210); }

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