#3AFDEF

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

Shades of Turquoise #3AFDEF

Tints of Turquoise #3AFDEF

Color information

#3AFDEF (or 0x3AFDEF) is unknown color: approx Turquoise. HEX triplet: 3A, FD and EF. RGB value is (58,253,239). Sum of RGB (Red+Green+Blue) = 58+253+239=550 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.55% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFDEF is #C50210. Grayscale: #C0C0C0. Windows color (decimal): -12911121 or 15727930. OLE color: 15727930.

HSL color Cylindrical-coordinate representation of color #3AFDEF: hue angle of 175.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFDEF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB58253239-
CMYK0.7700.060.01
HSL175.69º97.99%60.98%-
HSV(B)175.69º77.08%99.22%-
XYZ52.4577.3893.83-
YUV193.1153.931.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.55%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 239 (93.75% from 255) = 43.45%
R=10.55%
G=46%
B=43.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal582532390.7700.060.01175.6997.9960.98
Hex3AFDEF4D061b0623d
Octal7237535711506126014275
Binary1110101111110111101111100110101101101100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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