Html Css Color HEX #3CFABA Turquoise

📋 copy color: '#3CFABA'

red 60 ◦ green 250 ◦ blue 186

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

Shades of Turquoise #3CFABA

Tints of Turquoise #3CFABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 12.1%
G = 50.4%
B = 37.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#3CFABA (or 0x3CFABA) is known color: Turquoise. HEX triplet: 3C, FA and BA. RGB value is (60,250,186). Sum of RGB (Red+Green+Blue) = 60+250+186=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFABA is #C30545. Grayscale: #B9B9B9. Windows color (decimal): -12780870 or 12253756. OLE color: 12253756.

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

Color convert

RGB 60 250 186 -
CMYK 0.76 0 0.26 0.02
HSL 159.79º 0.95% 0.61% -
HSV(B) 159.79º 0.76% 0.98% -
XYZ 44.91 72.88 58.15 -
YUV 185.89 128.05 38.2 -
System Red Green Blue C M Y K H S L
Decimal 60 250 186 0.76 0 0.26 0.02 159.79 0.95 0.61
Hex 3C FA BA 4C 0 1A 2 A0 5F 3D
Octal 74 372 272 114 0 32 2 240 137 75
Binary 111100 11111010 10111010 1001100 0 11010 10 10100000 1011111 111101

Color Harmonies of #3CFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFABA

Black with #3CFABA

Text Example


Text Example

White with #3CFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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