#1adfc4

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

Shades of Bright Turquoise #1ADFC4

Tints of Bright Turquoise #1ADFC4

Color information

#1ADFC4 (or 0x1ADFC4) is unknown color: approx Bright Turquoise. HEX triplet: 1A, DF and C4. RGB value is (26,223,196). Sum of RGB (Red+Green+Blue) = 26+223+196=445 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.84% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFC4 is #E5203B. Grayscale: #A0A0A0. Windows color (decimal): -15015996 or 12902170. OLE color: 12902170.

HSL color Cylindrical-coordinate representation of color #1ADFC4: hue angle of 171.78º 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 #1ADFC4 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB26223196-
CMYK0.8800.120.13
HSL171.78º79.12%48.82%-
HSV(B)171.78º88.34%87.45%-
XYZ36.7856.9861.28-
YUV161.02147.7331.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.84%
GREEN value IS 223 (87.5% from 255) = 50.11%
BLUE value IS 196 (76.95% from 255) = 44.04%
R=5.84%
G=50.11%
B=44.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal262231960.8800.120.13171.7879.1248.82
Hex1ADFC4580CDac4f31
Octal323373041300141525411761
Binary1101011011111110001001011000011001101101011001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1adfc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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