#3AFACB

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

Shades of Turquoise #3AFACB

Tints of Turquoise #3AFACB

Color information

#3AFACB (or 0x3AFACB) is unknown color: approx Turquoise. HEX triplet: 3A, FA and CB. RGB value is (58,250,203). Sum of RGB (Red+Green+Blue) = 58+250+203=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFACB is #C50534. Grayscale: #BBBBBB. Windows color (decimal): -12911925 or 13367866. OLE color: 13367866.

HSL color Cylindrical-coordinate representation of color #3AFACB: hue angle of 165.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFACB is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB58250203-
CMYK0.7700.190.02
HSL165.31º95.05%60.39%-
HSV(B)165.31º76.8%98.04%-
XYZ46.7173.5868.24-
YUV187.23136.8935.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.35%
GREEN value IS 250 (98.05% from 255) = 48.92%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=11.35%
G=48.92%
B=39.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582502030.7700.190.02165.3195.0560.39
Hex3AFACB4D0132a55f3c
Octal72372313115023224513774
Binary1110101111101011001011100110101001110101001011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,250,203); }

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

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

 a { background-color: rgb(58,250,203); }

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

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

 span { border-color: rgb(58,250,203); }

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