#3AEFC4

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

Shades of Turquoise #3AEFC4

Tints of Turquoise #3AEFC4

Color information

#3AEFC4 (or 0x3AEFC4) is unknown color: approx Turquoise. HEX triplet: 3A, EF and C4. RGB value is (58,239,196). Sum of RGB (Red+Green+Blue) = 58+239+196=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEFC4 is #C5103B. Grayscale: #B3B3B3. Windows color (decimal): -12914748 or 12906298. OLE color: 12906298.

HSL color Cylindrical-coordinate representation of color #3AEFC4: hue angle of 165.75º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEFC4 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB58239196-
CMYK0.7600.180.06
HSL165.75º84.98%58.24%-
HSV(B)165.75º75.73%93.73%-
XYZ42.5866.6262.84-
YUV179.98137.0341-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.76%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=11.76%
G=48.48%
B=39.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal582391960.7600.180.06165.7584.9858.24
Hex3AEFC44C0126a6553a
Octal72357304114022624612572
Binary11101011101111110001001001100010010110101001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,239,196); }

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

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

 a { background-color: rgb(58,239,196); }

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

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

 span { border-color: rgb(58,239,196); }

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