Html Css Color HEX #3CFAC6 Turquoise

📋 copy color: '#3CFAC6'

red 60 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #3CFAC6

Tints of Turquoise #3CFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 11.81%
G = 49.21%
B = 38.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#3CFAC6 (or 0x3CFAC6) is known color: Turquoise. HEX triplet: 3C, FA and C6. RGB value is (60,250,198). Sum of RGB (Red+Green+Blue) = 60+250+198=508 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.81% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAC6 is #C30539. Grayscale: #BBBBBB. Windows color (decimal): -12780858 or 13040188. OLE color: 13040188.

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

Color convert

RGB 60 250 198 -
CMYK 0.76 0 0.21 0.02
HSL 163.58º 0.95% 0.61% -
HSV(B) 163.58º 0.76% 0.98% -
XYZ 46.24 73.41 65.16 -
YUV 187.26 134.05 37.23 -
System Red Green Blue C M Y K H S L
Decimal 60 250 198 0.76 0 0.21 0.02 163.58 0.95 0.61
Hex 3C FA C6 4C 0 15 2 A4 5F 3D
Octal 74 372 306 114 0 25 2 244 137 75
Binary 111100 11111010 11000110 1001100 0 10101 10 10100100 1011111 111101

Color Harmonies of #3CFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAC6

Black with #3CFAC6

Text Example


Text Example

White with #3CFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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