Html Css Color HEX #3CFAC3 Turquoise

📋 copy color: '#3CFAC3'

red 60 ◦ green 250 ◦ blue 195

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

Shades of Turquoise #3CFAC3

Tints of Turquoise #3CFAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 11.88%
G = 49.5%
B = 38.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#3CFAC3 (or 0x3CFAC3) is known color: Turquoise. HEX triplet: 3C, FA and C3. RGB value is (60,250,195). Sum of RGB (Red+Green+Blue) = 60+250+195=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAC3 is #C3053C. Grayscale: #BABABA. Windows color (decimal): -12780861 or 12843580. OLE color: 12843580.

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

Color convert

RGB 60 250 195 -
CMYK 0.76 0 0.22 0.02
HSL 162.63º 0.95% 0.61% -
HSV(B) 162.63º 0.76% 0.98% -
XYZ 45.9 73.27 63.35 -
YUV 186.92 132.55 37.47 -
System Red Green Blue C M Y K H S L
Decimal 60 250 195 0.76 0 0.22 0.02 162.63 0.95 0.61
Hex 3C FA C3 4C 0 16 2 A3 5F 3D
Octal 74 372 303 114 0 26 2 243 137 75
Binary 111100 11111010 11000011 1001100 0 10110 10 10100011 1011111 111101

Color Harmonies of #3CFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAC3

Black with #3CFAC3

Text Example


Text Example

White with #3CFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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