Html Css Color HEX #3CFABB Turquoise

📋 copy color: '#3CFABB'

red 60 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #3CFABB

Tints of Turquoise #3CFABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 12.07%
G = 50.3%
B = 37.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#3CFABB (or 0x3CFABB) is known color: Turquoise. HEX triplet: 3C, FA and BB. RGB value is (60,250,187). Sum of RGB (Red+Green+Blue) = 60+250+187=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFABB is #C30544. Grayscale: #BABABA. Windows color (decimal): -12780869 or 12319292. OLE color: 12319292.

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

Color convert

RGB 60 250 187 -
CMYK 0.76 0 0.25 0.02
HSL 160.11º 0.95% 0.61% -
HSV(B) 160.11º 0.76% 0.98% -
XYZ 45.02 72.92 58.72 -
YUV 186.01 128.55 38.12 -
System Red Green Blue C M Y K H S L
Decimal 60 250 187 0.76 0 0.25 0.02 160.11 0.95 0.61
Hex 3C FA BB 4C 0 19 2 A0 5F 3D
Octal 74 372 273 114 0 31 2 240 137 75
Binary 111100 11111010 10111011 1001100 0 11001 10 10100000 1011111 111101

Color Harmonies of #3CFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFABB

Black with #3CFABB

Text Example


Text Example

White with #3CFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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