Html Css Color HEX #3AFAB1 Turquoise

📋 copy color: '#3AFAB1'

red 58 ◦ green 250 ◦ blue 177

#3AFAB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3AFAB1

Tints of Turquoise #3AFAB1

RGB

 RED value IS 58 (23.05% from 255) = 11.96%

 GREEN value IS 250 (98.05% from 255) = 51.55%

 BLUE value IS 177 (69.53% from 255) = 36.49%

R = 11.96%
G = 51.55%
B = 36.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#3AFAB1 (or 0x3AFAB1) is known color: Turquoise. HEX triplet: 3A, FA and B1. RGB value is (58,250,177). Sum of RGB (Red+Green+Blue) = 58+250+177=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFAB1 is #C5054E. Grayscale: #B8B8B8. Windows color (decimal): -12911951 or 11663930. OLE color: 11663930.

HSL color Cylindrical-coordinate representation of color #3AFAB1: hue angle of 157.19º 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 #3AFAB1 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 250 177 -
CMYK 0.77 0 0.29 0.02
HSL 157.19º 0.95% 0.6% -
HSV(B) 157.19º 0.77% 0.98% -
XYZ 43.87 72.45 53.27 -
YUV 184.27 123.89 37.94 -
System Red Green Blue C M Y K H S L
Decimal 58 250 177 0.77 0 0.29 0.02 157.19 0.95 0.6
Hex 3A FA B1 4D 0 1D 2 9D 5F 3C
Octal 72 372 261 115 0 35 2 235 137 74
Binary 111010 11111010 10110001 1001101 0 11101 10 10011101 1011111 111100

Color Harmonies of #3AFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFAB1

Black with #3AFAB1

Text Example


Text Example

White with #3AFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3AFAB1;
 }
 .AnyTagClassName
 {
   color: #3AFAB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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