#23FDF7

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

Shades of Aqua #23FDF7

Tints of Aqua #23FDF7

Color information

#23FDF7 (or 0x23FDF7) is unknown color: approx Aqua. HEX triplet: 23, FD and F7. RGB value is (35,253,247). Sum of RGB (Red+Green+Blue) = 35+253+247=535 (70% of max value = 765). Red value is 35 (14.06% from 255 or 6.54% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #23FDF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23FDF7 is #DC0208. Grayscale: #BABABA. Windows color (decimal): -14418441 or 16252195. OLE color: 16252195.

HSL color Cylindrical-coordinate representation of color #23FDF7: hue angle of 178.35º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FDF7 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB35253247-
CMYK0.8600.020.01
HSL178.35º98.2%56.47%-
HSV(B)178.35º86.17%99.22%-
XYZ52.6177.32100.15-
YUV187.13161.7819.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 6.54%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 247 (96.88% from 255) = 46.17%
R=6.54%
G=47.29%
B=46.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal352532470.8600.020.01178.3598.256.47
Hex23FDF756021b26238
Octal4337536712602126214270
Binary100011111111011111011110101100101101100101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23FDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23FDF7; }

 p { color: rgb(35,253,247); }

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

<style>
 a { background-color: #23FDF7; }

 a { background-color: rgb(35,253,247); }

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

<style>
 span { border-color: #23FDF7; }

 span { border-color: rgb(35,253,247); }

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