Html Css Color HEX #3CFAB1 Turquoise

📋 copy color: '#3CFAB1'

red 60 ◦ green 250 ◦ blue 177

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

Shades of Turquoise #3CFAB1

Tints of Turquoise #3CFAB1

RGB

 RED value IS 60 (23.83% from 255) = 12.32%

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

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

R = 12.32%
G = 51.33%
B = 36.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#3CFAB1 (or 0x3CFAB1) is known color: Turquoise. HEX triplet: 3C, FA and B1. RGB value is (60,250,177). Sum of RGB (Red+Green+Blue) = 60+250+177=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFAB1 is #C3054E. Grayscale: #B8B8B8. Windows color (decimal): -12780879 or 11663932. OLE color: 11663932.

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

Color convert

RGB 60 250 177 -
CMYK 0.76 0 0.29 0.02
HSL 156.95º 0.95% 0.61% -
HSV(B) 156.95º 0.76% 0.98% -
XYZ 43.98 72.51 53.27 -
YUV 184.87 123.55 38.94 -
System Red Green Blue C M Y K H S L
Decimal 60 250 177 0.76 0 0.29 0.02 156.95 0.95 0.61
Hex 3C FA B1 4C 0 1D 2 9D 5F 3D
Octal 74 372 261 114 0 35 2 235 137 75
Binary 111100 11111010 10110001 1001100 0 11101 10 10011101 1011111 111101

Color Harmonies of #3CFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAB1

Black with #3CFAB1

Text Example


Text Example

White with #3CFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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