#1DFCF3

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

Shades of Aqua #1DFCF3

Tints of Aqua #1DFCF3

Color information

#1DFCF3 (or 0x1DFCF3) is unknown color: approx Aqua. HEX triplet: 1D, FC and F3. RGB value is (29,252,243). Sum of RGB (Red+Green+Blue) = 29+252+243=524 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.53% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFCF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFCF3 is #E2030C. Grayscale: #B8B8B8. Windows color (decimal): -14811917 or 15989789. OLE color: 15989789.

HSL color Cylindrical-coordinate representation of color #1DFCF3: hue angle of 177.58º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFCF3 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB29252243-
CMYK0.8800.040.01
HSL177.58º97.38%55.1%-
HSV(B)177.58º88.49%98.82%-
XYZ51.4976.3596.82-
YUV184.3161.1217.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.53%
GREEN value IS 252 (98.83% from 255) = 48.09%
BLUE value IS 243 (95.31% from 255) = 46.37%
R=5.53%
G=48.09%
B=46.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal292522430.8800.040.01177.5897.3855.1
Hex1DFCF358041b26137
Octal3537436313004126214167
Binary111011111110011110011101100001001101100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,252,243); }

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

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

 a { background-color: rgb(29,252,243); }

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

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

 span { border-color: rgb(29,252,243); }

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