#3AF7ED

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

Shades of Turquoise #3AF7ED

Tints of Turquoise #3AF7ED

Color information

#3AF7ED (or 0x3AF7ED) is unknown color: approx Turquoise. HEX triplet: 3A, F7 and ED. RGB value is (58,247,237). Sum of RGB (Red+Green+Blue) = 58+247+237=542 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.70% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF7ED is #C50812. Grayscale: #BDBDBD. Windows color (decimal): -12912659 or 15595322. OLE color: 15595322.

HSL color Cylindrical-coordinate representation of color #3AF7ED: hue angle of 176.83º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF7ED is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB58247237-
CMYK0.7700.040.03
HSL176.83º92.2%59.8%-
HSV(B)176.83º76.52%96.86%-
XYZ50.2973.5491.66-
YUV189.35154.8834.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.70%
GREEN value IS 247 (96.88% from 255) = 45.57%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=10.70%
G=45.57%
B=43.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582472370.7700.040.03176.8392.259.8
Hex3AF7ED4D043b15c3c
Octal7236735511504326113474
Binary11101011110111111011011001101010011101100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AF7ED; }

 p { color: rgb(58,247,237); }

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

<style>
 a { background-color: #3AF7ED; }

 a { background-color: rgb(58,247,237); }

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

<style>
 span { border-color: #3AF7ED; }

 span { border-color: rgb(58,247,237); }

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